[clang] [Clang][Interp] Diagnose use sizeless vector type as the argument of `__builtin_vectorelements` (PR #99794)

via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 21 08:11:48 PDT 2024


================
@@ -29,6 +29,7 @@
 #include "State.h"
 #include "clang/AST/ASTContext.h"
 #include "clang/AST/Expr.h"
+#include "clang/Basic/DiagnosticSema.h"
----------------
yronglin wrote:

Removed.

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


More information about the cfe-commits mailing list