This removes some deprecated uses of DirectoryEntry::getName().
Depends on D151581.
Paths
| Differential D151584
[clang][modules] NFCI: Use `DirectoryEntryRef` for umbrella directory ClosedPublic Authored by jansvoboda11 on May 26 2023, 1:14 PM.
Details
Diff Detail
Event Timelinebenlangmuir added inline comments.
This revision is now accepted and ready to land.May 26 2023, 2:15 PM
This revision was landed with ongoing or failed builds.May 26 2023, 3:30 PM Closed by commit rGd6e617c8efab: [clang][modules] NFCI: Use `DirectoryEntryRef` for umbrella directory (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 526213 clang/include/clang/Basic/Module.h
clang/include/clang/Lex/ModuleMap.h
clang/lib/Basic/Module.cpp
clang/lib/Lex/ModuleMap.cpp
clang/lib/Lex/PPLexerChange.cpp
clang/lib/Serialization/ASTReader.cpp
|
Would it make sense to implement PointerLikeTypeTraits for FileEntryRef/DirectoryEntryRef so you don't need to use the MapEntry explicitly?