This patch finally removes the deprecated DirectoryEntry::getName() function.
Depends on D151927.
Differential D151931
[clang] Remove `DirectoryEntry::getName()` jansvoboda11 on Jun 1 2023, 1:50 PM. Authored by
Details
This patch finally removes the deprecated DirectoryEntry::getName() function. Depends on D151927.
Diff Detail
Event TimelineComment Actions Given this was a commonly used function before and there's a decent chance it's used out of tree somewhere, should we wait until the next llvm release branch has been cut before landing this? Comment Actions Yes, I'd like to get the deprecation (and fixes in other LLVM sub-projects) into main ASAP and then land this patch after the branch for the 17 release is cut. |