[clang] [Clang][Interp] Diagnose use sizeless vector type as the argument of `__builtin_vectorelements` (PR #99794)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 20 23:23:12 PDT 2024
================
@@ -29,6 +29,7 @@
#include "State.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/Expr.h"
+#include "clang/Basic/DiagnosticSema.h"
----------------
tbaederr wrote:
What do we need this include for?
https://github.com/llvm/llvm-project/pull/99794
More information about the cfe-commits
mailing list