[clang] [Clang][RFC] Introduce a trait to determine the structure binding size (PR #131515)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 18 08:03:44 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);
----------------
AaronBallman wrote:

Yeah, this change should be backed out.

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


More information about the cfe-commits mailing list