This patch changes the return type of PreprocessorLexer::getFileEntry() so that its clients may stop using the deprecated APIs of FileEntry.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123772
[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 TimelineThis 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 Closed by commit rG0b09b5d44837: [clang][lex] NFC: Use FileEntryRef in PreprocessorLexer::getFileEntry() (authored by jansvoboda11). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423077 clang/include/clang/Lex/PreprocessorLexer.h
clang/lib/Lex/PreprocessorLexer.cpp
clang/lib/Sema/SemaCodeComplete.cpp
|