[PATCH] D99848: [OPENMP51]Initial support for nocontext clause

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 5 06:19:41 PDT 2021


ABataev added a comment.

Formatting



================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:14908
       llvm::MapVector<const Expr *, DeclRefExpr *> Captures;
+      ValExpr = tryBuildCapture(*this, ValExpr, Captures).get();
       HelperValStmt = buildPreInits(Context, Captures);
----------------
This must be fixed in a separate patch


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99848/new/

https://reviews.llvm.org/D99848



More information about the llvm-commits mailing list