This patch changes the type of Module::Directory from const DirectoryEntry * to (essentially) Optional<DirectoryEntryRef> in order to remove uses of the deprecated DirectoryEntry::getName().
Depends on D127651.
Paths
| Differential D127654
[clang] NFCI: Use DirectoryEntryRef in Module::Directory ClosedPublic Authored by jansvoboda11 on Jun 13 2022, 8:29 AM.
Details Summary This patch changes the type of Module::Directory from const DirectoryEntry * to (essentially) Optional<DirectoryEntryRef> in order to remove uses of the deprecated DirectoryEntry::getName(). Depends on D127651.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 13 2022, 10:54 AM
jansvoboda11 added inline comments. This revision was landed with ongoing or failed builds.May 30 2023, 1:54 PM Closed by commit rG32d6f3cfd90b: [clang] NFCI: Use DirectoryEntryRef in Module::Directory (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes. jansvoboda11 marked 2 inline comments as done.
Revision Contents
Diff 526779 clang/include/clang/Basic/Module.h
clang/lib/Lex/ModuleMap.cpp
|
Too many places to update I assume?