This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from da5611adda [AST] Only store data for the NRVO candidate in ReturnStmt i [...] new 36950cc24f [OPENMP] Support for mapping of the lambdas in target regions.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CodeGen/CGOpenMPRuntime.cpp | 84 +++++++++++++++++++++ lib/CodeGen/CGOpenMPRuntime.h | 6 ++ lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 53 +++++++++++++ lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 5 ++ lib/CodeGen/CGStmtOpenMP.cpp | 14 ++++ lib/Sema/SemaOpenMP.cpp | 58 ++++++++++++++- test/OpenMP/nvptx_lambda_capturing.cpp | 132 +++++++++++++++++++++++++++++++++ 7 files changed, 348 insertions(+), 4 deletions(-) create mode 100644 test/OpenMP/nvptx_lambda_capturing.cpp