This patch removes uses of the deprecated DirectoryEntry::getName() from the ModuleMap::diagnoseHeaderInclusion() function by using {File,Directory}EntryRef instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123856
[clang][lex] NFCI: Use FileEntryRef in ModuleMap::diagnoseHeaderInclusion() ClosedPublic Authored by jansvoboda11 on Apr 15 2022, 7:22 AM.
Details Summary This patch removes uses of the deprecated DirectoryEntry::getName() from the ModuleMap::diagnoseHeaderInclusion() function by using {File,Directory}EntryRef instead.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 15 2022, 9:18 AM This revision was landed with ongoing or failed builds.Apr 20 2022, 11:27 AM Closed by commit rG99cfccdcb371: [clang][lex] NFCI: Use FileEntryRef in ModuleMap::diagnoseHeaderInclusion() (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423975 clang/include/clang/Lex/ModuleMap.h
clang/lib/Lex/ModuleMap.cpp
clang/lib/Lex/PPDirectives.cpp
|