[clang] [clang] Improve `_Alignas` on a `struct` declaration diagnostic (PR #65638)

via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 10 02:00:30 PDT 2023


================
@@ -27,6 +27,7 @@
 #include "clang/AST/Randstruct.h"
 #include "clang/AST/StmtCXX.h"
 #include "clang/Basic/Builtins.h"
+#include "clang/Basic/DiagnosticSema.h"
----------------
cor3ntin wrote:

I don't think adding this header is necessary

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


More information about the cfe-commits mailing list