This is an archive of the discontinued LLVM Phabricator instance.

ExpressionParser: Migrate to FileEntryRef in ParseInternal, NFC
ClosedPublic

Authored by dexonsmith on Dec 9 2020, 11:47 AM.

Details

Summary

Migrate to the FileEntryRef overload of SourceManager::createFileID
(using FileManager::getOptionalFileRef) in
ClangExpressionParser::ParseInternal.

No functionality change here.

Diff Detail

Event Timeline

dexonsmith created this revision.Dec 9 2020, 11:47 AM
dexonsmith requested review of this revision.Dec 9 2020, 11:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 9 2020, 11:47 AM
This revision is now accepted and ready to land.Dec 11 2020, 7:31 AM
teemperor accepted this revision.Dec 11 2020, 7:37 AM
This revision was landed with ongoing or failed builds.Jan 25 2021, 4:40 PM
This revision was automatically updated to reflect the committed changes.