This patch finally removes the deprecated DirectoryEntry::getName() function.
Depends on D151927.
Paths
| Differential D151931
[clang] Remove `DirectoryEntry::getName()` Needs ReviewPublic Authored by jansvoboda11 on Jun 1 2023, 1:50 PM.
Details
Summary 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.
Revision Contents
Diff 527598 clang/include/clang/Basic/DirectoryEntry.h
clang/lib/Basic/FileManager.cpp
|