Add a FileEntryRef overload of SourceManager::translateFile, and
migrate ParseDirective in VerifyDiagnosticConsumer.cpp to use it and
the corresponding overload of createFileID.
No functionality change here.
Paths
| Differential D92699
Frontend: Migrate to FileEntryRef in VerifyDiagnosticConsumer.cpp, NFC ClosedPublic Authored by dexonsmith on Dec 4 2020, 3:16 PM.
Details Summary Add a FileEntryRef overload of SourceManager::translateFile, and No functionality change here.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 8 2020, 5:04 AM This revision was landed with ongoing or failed builds.Dec 9 2020, 11:51 AM Closed by commit rG82789228c653: Frontend: Migrate to FileEntryRef in VerifyDiagnosticConsumer.cpp, NFC (authored by dexonsmith). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 310601 clang/include/clang/Basic/SourceManager.h
clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
|