This patch replaces some calls to the deprecated DirectoryEntry::getName() with calls to DirectoryEntryRef::getName() in SemaCodeComplete.cpp.
Depends on D127654.
Paths
| Differential D127658
[clang][lex] NFCI: Use FileEntryRef in Sema::CodeCompleteIncludedFile ClosedPublic Authored by jansvoboda11 on Jun 13 2022, 8:38 AM.
Details Summary This patch replaces some calls to the deprecated DirectoryEntry::getName() with calls to DirectoryEntryRef::getName() in SemaCodeComplete.cpp. Depends on D127654.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 13 2022, 10:55 AM This revision was landed with ongoing or failed builds.May 30 2023, 1:54 PM Closed by commit rGb1e5b28b8c4d: [clang][lex] NFCI: Use FileEntryRef in Sema::CodeCompleteIncludedFile (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 436419 clang/lib/Sema/SemaCodeComplete.cpp
|