[all-commits] [llvm/llvm-project] 36d576: [Lex] Remove unused includes (NFC) (#141523)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon May 26 14:57:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36d57677bbbcc4f32e7aa16b73ca22fcae13a3aa
https://github.com/llvm/llvm-project/commit/36d57677bbbcc4f32e7aa16b73ca22fcae13a3aa
Author: Kazu Hirata <kazu at google.com>
Date: 2025-05-26 (Mon, 26 May 2025)
Changed paths:
M clang/lib/Lex/HeaderMap.cpp
M clang/lib/Lex/ModuleMap.cpp
M clang/lib/Lex/ModuleMapFile.cpp
Log Message:
-----------
[Lex] Remove unused includes (NFC) (#141523)
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