[clang] [clang] Split up `SemaDeclAttr.cpp` (PR #93966)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri May 31 09:36:29 PDT 2024


================
@@ -32,6 +32,7 @@
 #include "clang/Basic/Specifiers.h"
 #include "clang/Sema/DeclSpec.h"
 #include "clang/Sema/Ownership.h"
+#include "clang/Sema/ParsedAttr.h"
----------------
Endilll wrote:

Yeah, I totally forgot about forward decls while preparing this PR. I fixed that for the things added in this PR, leaving the rest for later.

https://github.com/llvm/llvm-project/pull/93966


More information about the cfe-commits mailing list