This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 22e4d5dc5d [Driver] Don't pass --dynamic-linker to ld on Solaris new 15319200cf [OPENMP]Add support for analysis of if clauses. new ec0a24cf0c [OpenCL] Fixing sampler initialisations for C++ mode.
The 2 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/AST/OpenMPClause.h | 7 +- lib/AST/OpenMPClause.cpp | 19 + lib/Analysis/CFG.cpp | 5 +- lib/Sema/SemaInit.cpp | 6 +- lib/Sema/SemaOverload.cpp | 4 + test/Analysis/cfg-openmp.cpp | 532 ++++++++++++--------- test/CodeGenOpenCL/sampler.cl | 19 +- test/OpenMP/cancel_if_messages.cpp | 10 + .../OpenMP/distribute_parallel_for_if_messages.cpp | 7 + .../distribute_parallel_for_simd_if_messages.cpp | 7 + test/OpenMP/parallel_for_if_messages.cpp | 7 + test/OpenMP/parallel_for_simd_if_messages.cpp | 7 + test/OpenMP/parallel_if_messages.cpp | 7 + test/OpenMP/parallel_sections_if_messages.cpp | 8 + test/OpenMP/target_data_if_messages.cpp | 7 + test/OpenMP/target_enter_data_if_messages.cpp | 7 + test/OpenMP/target_exit_data_if_messages.cpp | 7 + test/OpenMP/target_if_messages.cpp | 7 + test/OpenMP/target_parallel_for_if_messages.cpp | 7 + .../target_parallel_for_simd_if_messages.cpp | 7 + test/OpenMP/target_parallel_if_messages.cpp | 7 + test/OpenMP/target_simd_if_messages.cpp | 7 + .../OpenMP/target_teams_distribute_if_messages.cpp | 7 + ...t_teams_distribute_parallel_for_if_messages.cpp | 7 + ...ms_distribute_parallel_for_simd_if_messages.cpp | 8 + .../target_teams_distribute_simd_if_messages.cpp | 7 + test/OpenMP/target_teams_if_messages.cpp | 7 + test/OpenMP/target_update_if_messages.cpp | 7 + test/OpenMP/task_if_messages.cpp | 7 + .../teams_distribute_parallel_for_if_messages.cpp | 8 + ...ms_distribute_parallel_for_simd_if_messages.cpp | 8 + 31 files changed, 514 insertions(+), 253 deletions(-)