This is an archive of the discontinued LLVM Phabricator instance.

[clang][lex] NFC: Use FileEntryRef in PreprocessorLexer::getFileEntry()
ClosedPublic

Authored by jansvoboda11 on Apr 14 2022, 2:30 AM.

Details

Summary

This patch changes the return type of PreprocessorLexer::getFileEntry() so that its clients may stop using the deprecated APIs of FileEntry.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Apr 14 2022, 2:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 2:30 AM
jansvoboda11 requested review of this revision.Apr 14 2022, 2:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 2:30 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
bnbarham accepted this revision.Apr 14 2022, 9:39 AM
This revision is now accepted and ready to land.Apr 14 2022, 9:39 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.