This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3d656bf clang-format: [JS] simplify logic by parsing forward. new 86786f5 [OPENMP] Pass scalar firstprivate vars by value.
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: include/clang/Sema/ScopeInfo.h | 7 +- include/clang/Sema/Sema.h | 10 +- lib/CodeGen/CGOpenMPRuntime.cpp | 6 +- lib/CodeGen/CGStmtOpenMP.cpp | 55 ++-- lib/CodeGen/CodeGenFunction.h | 5 +- lib/Sema/Sema.cpp | 3 +- lib/Sema/SemaExpr.cpp | 18 +- lib/Sema/SemaOpenMP.cpp | 319 +++++++++++---------- lib/Sema/SemaStmt.cpp | 6 +- test/OpenMP/for_firstprivate_codegen.cpp | 12 +- test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 38 +-- test/OpenMP/nvptx_teams_codegen.cpp | 30 +- test/OpenMP/parallel_firstprivate_codegen.cpp | 68 ++--- test/OpenMP/sections_firstprivate_codegen.cpp | 10 +- test/OpenMP/single_codegen.cpp | 24 +- test/OpenMP/single_firstprivate_codegen.cpp | 9 +- test/OpenMP/target_firstprivate_codegen.cpp | 38 +-- test/OpenMP/task_firstprivate_codegen.cpp | 36 ++- test/OpenMP/taskloop_firstprivate_codegen.cpp | 38 ++- test/OpenMP/taskloop_simd_firstprivate_codegen.cpp | 38 ++- test/OpenMP/teams_codegen.cpp | 31 +- test/OpenMP/teams_firstprivate_codegen.cpp | 58 ++-- 22 files changed, 413 insertions(+), 446 deletions(-)