This patch removes the last use of deprecated DirectoryEntry::getName().
Depends on D151855.
Paths
| Differential D151922
[clang] NFC: Use `DirectoryEntryRef` in `FileManager::getCanonicalName()` ClosedPublic Authored by jansvoboda11 on Jun 1 2023, 1:14 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 1 2023, 1:14 PM jansvoboda11 added a parent revision: D151854: [clang] Use `FileEntryRef` in modular header search (part 1/2). jansvoboda11 added a parent revision: D151855: [clang] Use `{File,Directory}EntryRef` in modular header search (part 2/2). jansvoboda11 removed a parent revision: D151854: [clang] Use `FileEntryRef` in modular header search (part 1/2). This revision is now accepted and ready to land.Jun 1 2023, 1:18 PM jansvoboda11 added a child revision: D151927: [clang] Deprecate `DirectoryEntry::getName()`.Jun 1 2023, 1:34 PM Closed by commit rG1dee56aed735: [clang] NFC: Use `DirectoryEntryRef` in `FileManager::getCanonicalName()` (authored by jansvoboda11). · Explain WhyJun 15 2023, 2:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 531660 clang-tools-extra/clang-move/Move.cpp
clang-tools-extra/clangd/SourceCode.cpp
clang/include/clang/Basic/FileManager.h
clang/lib/Basic/FileManager.cpp
clang/lib/Lex/ModuleMap.cpp
|