This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 709440ae21 Add the hasDefinition() AST matcher to match class declarati [...] new 89c18a7f70 [OPENMP] Allow only loop control variables in distribute sim [...] new f47928ddd9 [EH] Use __CxxFrameHandler3 for C++ EH in MS environments new 2e029fd699 Reformat switch statement added in r319297, NFC
The 3 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 | 2 + lib/CodeGen/CGException.cpp | 5 +- lib/Driver/ToolChains/Clang.cpp | 24 ++--- lib/Sema/SemaOpenMP.cpp | 45 +++------ test/CodeGenCXX/ms-eh-personality.cpp | 20 ++++ .../distribute_parallel_for_simd_ast_print.cpp | 16 ++-- ...istribute_parallel_for_simd_linear_messages.cpp | 52 +++++----- .../distribute_parallel_for_simd_misc_messages.c | 85 +---------------- test/OpenMP/distribute_simd_ast_print.cpp | 9 +- test/OpenMP/distribute_simd_linear_messages.cpp | 63 +++++-------- test/OpenMP/distribute_simd_misc_messages.c | 105 +++------------------ ...eams_distribute_parallel_for_simd_ast_print.cpp | 15 +-- ...istribute_parallel_for_simd_linear_messages.cpp | 52 ++++------ .../target_teams_distribute_simd_ast_print.cpp | 15 +-- ...arget_teams_distribute_simd_linear_messages.cpp | 52 ++++------ ...eams_distribute_parallel_for_simd_ast_print.cpp | 15 +-- ...istribute_parallel_for_simd_linear_messages.cpp | 60 ++++-------- test/OpenMP/teams_distribute_simd_ast_print.cpp | 15 +-- .../teams_distribute_simd_linear_messages.cpp | 60 ++++-------- 19 files changed, 221 insertions(+), 489 deletions(-) create mode 100644 test/CodeGenCXX/ms-eh-personality.cpp