[all-commits] [llvm/llvm-project] 53690f: [clang] NFCI: Use `FileEntryRef` in `PPDirectives`
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Wed May 31 12:17:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53690f8f0db78d27a9ab5a7b924faaae627da4c4
https://github.com/llvm/llvm-project/commit/53690f8f0db78d27a9ab5a7b924faaae627da4c4
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M clang/lib/Lex/PPDirectives.cpp
Log Message:
-----------
[clang] NFCI: Use `FileEntryRef` in `PPDirectives`
This is a prep patch that enables removal of some calls to the deprecated `{File,Directory}Entry::getName()`.
Commit: dfce18506b7a9354ddc6706c9ca12644a7be9767
https://github.com/llvm/llvm-project/commit/dfce18506b7a9354ddc6706c9ca12644a7be9767
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
Log Message:
-----------
[clang] NFCI: Use `FileEntryRef` in `VerifyDiagnosticConsumer`
This is a prep patch that enables removal of some calls to the deprecated `{File,Directory}Entry::getName()`.
Compare: https://github.com/llvm/llvm-project/compare/1676b1ff63af...dfce18506b7a
More information about the All-commits
mailing list