[all-commits] [llvm/llvm-project] f1c08e: [clang] NFCI: Use `FileEntryRef::getName()` in cla...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Wed Dec 6 11:35:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f1c08eebb3bb5eb6e984bcca511381a9748c6705
https://github.com/llvm/llvm-project/commit/f1c08eebb3bb5eb6e984bcca511381a9748c6705
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M clang/include/clang/IndexSerialization/SerializablePathCollection.h
M clang/lib/IndexSerialization/SerializablePathCollection.cpp
Log Message:
-----------
[clang] NFCI: Use `FileEntryRef::getName()` in clangIndexSerialization
The clangIndexSerialization target seems to be unused, so it didn't build when I ran `check-all` before landing d1f86c3d. This should resolve the deprecation warning that caused some build bots to fail.
More information about the All-commits
mailing list