[all-commits] [llvm/llvm-project] 000903: [NFC] Minimize header includes (#66339)
Bill Wendling via All-commits
all-commits at lists.llvm.org
Thu Sep 14 02:29:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0009032a27f7c8461b7c107cb05b1eac61be7197
https://github.com/llvm/llvm-project/commit/0009032a27f7c8461b7c107cb05b1eac61be7197
Author: Bill Wendling <5993918+bwendling at users.noreply.github.com>
Date: 2023-09-14 (Thu, 14 Sep 2023)
Changed paths:
M clang/include/clang/Basic/AttrSubjectMatchRules.h
M clang/include/clang/Basic/AttributeCommonInfo.h
M clang/include/clang/Basic/Attributes.h
M clang/lib/Basic/Attributes.cpp
M clang/lib/Basic/IdentifierTable.cpp
M clang/lib/Parse/ParseStmt.cpp
Log Message:
-----------
[NFC] Minimize header includes (#66339)
Minimize the headers included in header files to reduce the number of
files that need recompiled after a change.
More information about the All-commits
mailing list