This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fa5cf4d663 [analyzer] MallocChecker: Suppress false positives in shared [...] new e273bc1916 [OPENMP] Emit warning for non-trivial types in map clauses.
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/Basic/DiagnosticSemaKinds.td | 3 + lib/Sema/SemaOpenMP.cpp | 9 ++- test/OpenMP/target_firstprivate_messages.cpp | 2 +- test/OpenMP/target_map_messages.cpp | 8 +-- test/OpenMP/target_parallel_for_ast_print.cpp | 12 ++-- test/OpenMP/target_parallel_for_loop_messages.cpp | 4 +- test/OpenMP/target_parallel_for_map_messages.cpp | 4 +- .../target_parallel_for_private_messages.cpp | 2 +- test/OpenMP/target_parallel_for_simd_ast_print.cpp | 12 ++-- .../target_parallel_for_simd_loop_messages.cpp | 4 +- .../target_parallel_for_simd_map_messages.cpp | 4 +- .../target_parallel_for_simd_private_messages.cpp | 2 +- test/OpenMP/target_parallel_map_messages.cpp | 4 +- test/OpenMP/target_private_messages.cpp | 2 +- test/OpenMP/target_simd_ast_print.cpp | 12 ++-- test/OpenMP/target_simd_loop_messages.cpp | 4 +- test/OpenMP/target_simd_map_messages.cpp | 4 +- test/OpenMP/target_simd_private_messages.cpp | 2 +- test/OpenMP/target_teams_distribute_ast_print.cpp | 12 ++-- .../target_teams_distribute_loop_messages.cpp | 4 +- .../target_teams_distribute_map_messages.cpp | 4 +- ...get_teams_distribute_parallel_for_ast_print.cpp | 12 ++-- ...teams_distribute_parallel_for_loop_messages.cpp | 4 +- ..._teams_distribute_parallel_for_map_messages.cpp | 4 +- ...eams_distribute_parallel_for_simd_ast_print.cpp | 12 ++-- ..._distribute_parallel_for_simd_loop_messages.cpp | 4 +- ...s_distribute_parallel_for_simd_map_messages.cpp | 4 +- .../target_teams_distribute_simd_ast_print.cpp | 12 ++-- .../target_teams_distribute_simd_loop_messages.cpp | 4 +- .../target_teams_distribute_simd_map_messages.cpp | 4 +- test/OpenMP/target_teams_map_messages.cpp | 6 +- test/OpenMP/target_update_from_messages.cpp | 4 +- test/OpenMP/target_update_to_messages.cpp | 4 +- .../teams_distribute_firstprivate_codegen.cpp | 38 ++++++------ .../teams_distribute_firstprivate_messages.cpp | 4 +- .../teams_distribute_lastprivate_codegen.cpp | 48 +++++++-------- .../teams_distribute_lastprivate_messages.cpp | 4 +- test/OpenMP/teams_distribute_loop_messages.cpp | 2 +- ...istribute_parallel_for_firstprivate_codegen.cpp | 38 ++++++------ ...stribute_parallel_for_firstprivate_messages.cpp | 4 +- ...distribute_parallel_for_lastprivate_codegen.cpp | 52 ++++++++-------- ...istribute_parallel_for_lastprivate_messages.cpp | 4 +- ...teams_distribute_parallel_for_loop_messages.cpp | 2 +- ..._distribute_parallel_for_reduction_messages.cpp | 12 ++-- ...ams_distribute_parallel_for_shared_messages.cpp | 4 +- ...bute_parallel_for_simd_firstprivate_codegen.cpp | 38 ++++++------ ...ute_parallel_for_simd_firstprivate_messages.cpp | 4 +- ...ibute_parallel_for_simd_lastprivate_codegen.cpp | 52 ++++++++-------- ...bute_parallel_for_simd_lastprivate_messages.cpp | 4 +- ..._distribute_parallel_for_simd_loop_messages.cpp | 2 +- ...ribute_parallel_for_simd_reduction_messages.cpp | 12 ++-- ...istribute_parallel_for_simd_shared_messages.cpp | 4 +- .../OpenMP/teams_distribute_reduction_messages.cpp | 12 ++-- test/OpenMP/teams_distribute_shared_messages.cpp | 4 +- .../teams_distribute_simd_firstprivate_codegen.cpp | 38 ++++++------ ...teams_distribute_simd_firstprivate_messages.cpp | 4 +- .../teams_distribute_simd_lastprivate_codegen.cpp | 48 +++++++-------- .../teams_distribute_simd_lastprivate_messages.cpp | 4 +- .../OpenMP/teams_distribute_simd_loop_messages.cpp | 2 +- .../teams_distribute_simd_reduction_messages.cpp | 12 ++-- .../teams_distribute_simd_shared_messages.cpp | 4 +- test/OpenMP/teams_firstprivate_codegen.cpp | 72 +++++++++++----------- test/OpenMP/teams_firstprivate_messages.cpp | 4 +- test/OpenMP/teams_reduction_messages.cpp | 12 ++-- test/OpenMP/teams_shared_messages.cpp | 4 +- 65 files changed, 372 insertions(+), 364 deletions(-)