[clang] [OpenMP] Support capturing structured bindings in OpenMP regions. (PR #190832)
Zahira Ammarguellat via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 28 07:21:50 PDT 2026
================
@@ -19789,10 +19883,11 @@ OMPClause *SemaOpenMP::ActOnOpenMPFirstprivateClause(ArrayRef<Expr *> VarList,
SemaRef, VDPrivate, RefExpr->getType().getUnqualifiedType(),
RefExpr->getExprLoc());
DeclRefExpr *Ref = nullptr;
+ bool IsBindingDecl = isa<BindingDecl>(D);
----------------
zahiraam wrote:
Done.
https://github.com/llvm/llvm-project/pull/190832
More information about the cfe-commits
mailing list