[clang] [clang] Split up `SemaDeclAttr.cpp` (PR #93966)
Paul T Robinson via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 5 12:33:44 PDT 2024
pogo59 wrote:
I wonder if a lot of the new target-specific headers don't need to be in clang/include. That subtree is for headers that declare the exported interface (exported to other libs/layers); if the target-specific headers are just there for splitting up the module, they can stay in clang/lib/Sema.
https://github.com/llvm/llvm-project/pull/93966
More information about the cfe-commits
mailing list