This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7658b57 Revert r272900 - [OpenMP] Cast captures by copy when passed t [...] new 5fad5eb Re-apply r272900 - [OpenMP] Cast captures by copy when passed [...]
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 | 31 ++----- lib/CodeGen/CGStmtOpenMP.cpp | 64 ++++++++------ lib/CodeGen/CodeGenFunction.h | 3 +- test/OpenMP/for_firstprivate_codegen.cpp | 11 ++- test/OpenMP/parallel_firstprivate_codegen.cpp | 118 ++++++++++++++++++-------- test/OpenMP/sections_firstprivate_codegen.cpp | 6 +- test/OpenMP/single_codegen.cpp | 44 +++++++--- test/OpenMP/single_firstprivate_codegen.cpp | 11 ++- test/OpenMP/teams_firstprivate_codegen.cpp | 20 +++-- 9 files changed, 193 insertions(+), 115 deletions(-)