This is an archive of the discontinued LLVM Phabricator instance.

[clang][parse] NFCI: Use FileEntryRef in Parser::ParseModuleImport()
ClosedPublic

Authored by jansvoboda11 on Apr 14 2022, 1:49 AM.

Details

Summary

This patch removes use of the deprecated DirectoryEntry::getName() from Parser by using {File,Directory}EntryRef instead.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Apr 14 2022, 1:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 1:49 AM
jansvoboda11 requested review of this revision.Apr 14 2022, 1:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 1:49 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jansvoboda11 edited the summary of this revision. (Show Details)Apr 14 2022, 1:51 AM
bnbarham accepted this revision.Apr 14 2022, 9:10 AM

Thanks for doing all these Jan!

This revision is now accepted and ready to land.Apr 14 2022, 9:10 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.