This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 514b1aa [OpenMP] Cast captures by copy when passed to fork call so th [...] new 7658b57 Revert r272900 - [OpenMP] Cast captures by copy when passed t [...]
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 | 82 ++++++++++----------------- 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, 110 insertions(+), 162 deletions(-)