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

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri May 31 08:05:58 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"
----------------
erichkeane wrote:

Could this be a forward decl?

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


More information about the cfe-commits mailing list