[all-commits] [llvm/llvm-project] 106c89: [Index] Remove unused includes (NFC) (#142525)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Jun 2 23:28:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 106c8978bd232fc044e764507e11e57b7a791126
https://github.com/llvm/llvm-project/commit/106c8978bd232fc044e764507e11e57b7a791126
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M clang/lib/Index/CommentToXML.cpp
M clang/lib/Index/FileIndexRecord.cpp
M clang/lib/Index/IndexingAction.cpp
M clang/lib/Index/USRGeneration.cpp
Log Message:
-----------
[Index] Remove unused includes (NFC) (#142525)
These are identified by misc-include-cleaner. I've filtered out those
that break builds. Also, I'm staying away from llvm-config.h,
config.h, and Compiler.h, which likely cause platform- or
compiler-specific build failures.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list