[all-commits] [llvm/llvm-project] 01138d: [AST] Remove unused includes (NFC) (#141417)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun May 25 10:55:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01138d3f6518c08fe14a527c21c54aefef0e6f57
https://github.com/llvm/llvm-project/commit/01138d3f6518c08fe14a527c21c54aefef0e6f57
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-25 (Sun, 25 May 2025)
Changed paths:
M clang/lib/AST/ByteCode/Disasm.cpp
M clang/lib/AST/ByteCode/Function.cpp
M clang/lib/AST/CXXInheritance.cpp
M clang/lib/AST/DeclTemplate.cpp
M clang/lib/AST/JSONNodeDumper.cpp
M clang/lib/AST/StmtPrinter.cpp
M clang/lib/AST/TemplateBase.cpp
Log Message:
-----------
[AST] Remove unused includes (NFC) (#141417)
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