[PATCH] D99848: [OPENMP51]Initial support for nocontext clause
    Jennifer Yu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Apr  5 09:06:28 PDT 2021
    
    
  
jyu2 added inline comments.
================
Comment at: clang/lib/Sema/SemaOpenMP.cpp:14908
       llvm::MapVector<const Expr *, DeclRefExpr *> Captures;
+      ValExpr = tryBuildCapture(*this, ValExpr, Captures).get();
       HelperValStmt = buildPreInits(Context, Captures);
----------------
ABataev wrote:
> This must be fixed in a separate patch
Okay I will submit separate patch for this.  Thanks. 
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