This is an archive of the discontinued LLVM Phabricator instance.

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

jansvoboda11 created this revision.Apr 14 2022, 1:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 1:54 AM
jansvoboda11 requested review of this revision.Apr 14 2022, 1:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 1:54 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
bnbarham accepted this revision.Apr 14 2022, 9:12 AM
This 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
This revision was automatically updated to reflect the committed changes.