[clang] [Clang][RFC] Intrododuce a builtin to determine the structure binding size (PR #131515)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 17 10:30:28 PDT 2025
================
@@ -4685,9 +4685,9 @@ Sema::CreateUnaryExprOrTypeTraitExpr(Expr *E, SourceLocation OpLoc,
} else if (ExprKind == UETT_VecStep) {
isInvalid = CheckVecStepExpr(E);
} else if (ExprKind == UETT_OpenMPRequiredSimdAlign) {
- Diag(E->getExprLoc(), diag::err_openmp_default_simd_align_expr);
----------------
erichkeane wrote:
Unrelated change now IIRC.
https://github.com/llvm/llvm-project/pull/131515
More information about the cfe-commits
mailing list