This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

jansvoboda11 created this revision.Jun 13 2022, 8:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 8:38 AM
jansvoboda11 requested review of this revision.Jun 13 2022, 8:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 8:38 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
bnbarham accepted this revision.Jun 13 2022, 10:55 AM
This 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
This revision was automatically updated to reflect the committed changes.