This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b873ee35bb [analyzer] [NFC] remove duplicated function new d80ab9d1a5 [OPENMP] Fix PR35486: crash when collapsing loops with depen [...]
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/CGStmtOpenMP.cpp | 3 +++ test/OpenMP/distribute_firstprivate_codegen.cpp | 2 ++ test/OpenMP/distribute_lastprivate_codegen.cpp | 3 +++ test/OpenMP/distribute_parallel_for_lastprivate_codegen.cpp | 6 ++++++ .../distribute_parallel_for_simd_lastprivate_codegen.cpp | 6 ++++++ test/OpenMP/distribute_simd_firstprivate_codegen.cpp | 2 ++ test/OpenMP/distribute_simd_lastprivate_codegen.cpp | 3 +++ test/OpenMP/distribute_simd_reduction_codegen.cpp | 3 +++ test/OpenMP/for_codegen.cpp | 12 +++++++++++- test/OpenMP/for_firstprivate_codegen.cpp | 3 +++ test/OpenMP/for_lastprivate_codegen.cpp | 4 ++++ test/OpenMP/for_linear_codegen.cpp | 8 ++++---- test/OpenMP/for_reduction_codegen.cpp | 1 + test/OpenMP/for_reduction_codegen_UDR.cpp | 1 + test/OpenMP/parallel_for_linear_codegen.cpp | 8 ++++---- test/OpenMP/taskloop_reduction_codegen.cpp | 1 + test/OpenMP/taskloop_simd_reduction_codegen.cpp | 1 + test/OpenMP/teams_distribute_collapse_codegen.cpp | 2 ++ test/OpenMP/teams_distribute_lastprivate_codegen.cpp | 3 +++ .../teams_distribute_parallel_for_firstprivate_codegen.cpp | 1 + .../teams_distribute_parallel_for_lastprivate_codegen.cpp | 6 ++++++ .../OpenMP/teams_distribute_parallel_for_private_codegen.cpp | 7 +++++-- .../teams_distribute_parallel_for_reduction_codegen.cpp | 3 +++ ...ams_distribute_parallel_for_simd_firstprivate_codegen.cpp | 1 + ...eams_distribute_parallel_for_simd_lastprivate_codegen.cpp | 6 ++++++ .../teams_distribute_parallel_for_simd_private_codegen.cpp | 7 +++++-- .../teams_distribute_parallel_for_simd_reduction_codegen.cpp | 5 ++++- test/OpenMP/teams_distribute_private_codegen.cpp | 5 +++-- 28 files changed, 97 insertions(+), 16 deletions(-)