ABataev added inline comments.
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:2273-2274
+bool Sema::isOpenMPRebuildMemberExpr(ValueDecl *D) {
+ if (getCurCapturedRegion() &&
+ getCurCapturedRegion()->CapRegionKind == CR_OpenMP) {
+ DSAStackTy::DSAVarData DVarPrivate = DSAStack->hasDSA(
----------------
What if we have another outer OpenMP region, something like lambda inside
OpenMP region?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127803/new/
https://reviews.llvm.org/D127803
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits