This patch removes use of the deprecated DirectoryEntry::getName() from collectIncludePCH by using {File,Directory}EntryRef instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123769
[clang] NFCI: Use DirectoryEntryRef in collectIncludePCH ClosedPublic Authored by jansvoboda11 on Apr 14 2022, 1:54 AM.
Details Summary This patch removes use of the deprecated DirectoryEntry::getName() from collectIncludePCH by using {File,Directory}EntryRef instead.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 14 2022, 9:12 AM This revision was landed with ongoing or failed builds.Apr 15 2022, 6:16 AM Closed by commit rG99b4874a53cf: [clang] NFCI: Use DirectoryEntryRef in collectIncludePCH (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423075 clang/lib/Frontend/CompilerInstance.cpp
|