This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39 in repository clang.
from 4ea59c2 Merging rr285370: ------------------------------------------- [...] new d1273f4 Merging r284110: -------------------------------------------- [...] new 9d07107 Merging r286129: -------------------------------------------- [...] new 91a680c Merging r286584: -------------------------------------------- [...] new a3283d6 Merging r286944: -------------------------------------------- [...] new 2f4cac2 Merging r284229: -------------------------------------------- [...]
The 5 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: include/clang/Sema/Sema.h | 6 ++- lib/CodeGen/CGExpr.cpp | 17 ++++---- lib/CodeGen/CGStmtOpenMP.cpp | 62 ++++++++++++++++++++++++----- lib/CodeGen/CodeGenFunction.h | 29 ++++++++++++++ lib/Sema/Sema.cpp | 12 +++++- lib/Sema/SemaExpr.cpp | 3 +- lib/Sema/SemaExprCXX.cpp | 20 +++++++--- lib/Sema/SemaLambda.cpp | 16 +++++--- test/CodeGenCXX/PR28523.cpp | 19 +++++++++ test/CodeGenCXX/captured-statements.cpp | 1 + test/OpenMP/atomic_write_codegen.c | 3 ++ test/OpenMP/cancel_codegen.cpp | 7 +++- test/OpenMP/debug-info-openmp-array.cpp | 13 ++++++ test/OpenMP/for_lastprivate_codegen.cpp | 9 +++-- test/OpenMP/for_reduction_codegen.cpp | 4 +- test/OpenMP/for_reduction_codegen_UDR.cpp | 4 +- test/OpenMP/parallel_codegen.cpp | 37 +++++++++-------- test/OpenMP/target_firstprivate_codegen.cpp | 2 +- test/OpenMP/target_map_codegen.cpp | 6 ++- 19 files changed, 210 insertions(+), 60 deletions(-) create mode 100644 test/CodeGenCXX/PR28523.cpp create mode 100644 test/OpenMP/debug-info-openmp-array.cpp