[all-commits] [llvm/llvm-project] 5be0e8: [clang] NFCI: Use `FileEntryRef` in `PPLexerChange`
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Wed May 31 16:05:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5be0e83635a22da0a42aeeeca8d42193ff2f9db6
https://github.com/llvm/llvm-project/commit/5be0e83635a22da0a42aeeeca8d42193ff2f9db6
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M clang/lib/Lex/PPLexerChange.cpp
Log Message:
-----------
[clang] NFCI: Use `FileEntryRef` in `PPLexerChange`
This removes some uses of the deprecated `FileEntry::getName()`.
Commit: 2d817d0368ee72e2bd97bad88434cba2df30be8a
https://github.com/llvm/llvm-project/commit/2d817d0368ee72e2bd97bad88434cba2df30be8a
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M clang-tools-extra/clangd/index/StdLib.cpp
M clang/lib/Lex/HeaderSearch.cpp
Log Message:
-----------
[clang] NFCI: Use the `*Ref()` variant on search paths
This removes some uses of the deprecated `DirectoryEntry::getName()`.
Commit: 0038d6c7fe75a9f45076a347e4fd9b1f59051899
https://github.com/llvm/llvm-project/commit/0038d6c7fe75a9f45076a347e4fd9b1f59051899
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M clang/lib/Lex/HeaderSearch.cpp
Log Message:
-----------
[clang] NFCI: Use `DirectoryEntryRef` in framework lookup
This removes one use of the deprecated `DirectoryEntry::getName()`.
Compare: https://github.com/llvm/llvm-project/compare/80614e162222...0038d6c7fe75
More information about the All-commits
mailing list