This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cffb335614 Fix errors with the Clang natvis file. new d4d7233447 [OPENMP] parsing and sema support for 'close' map-type-modifier
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/AST/OpenMPClause.h | 91 +++++++++-- include/clang/Basic/DiagnosticParseKinds.td | 4 +- include/clang/Basic/DiagnosticSemaKinds.td | 2 + include/clang/Basic/OpenMPKinds.def | 11 +- include/clang/Basic/OpenMPKinds.h | 9 ++ include/clang/Parse/Parser.h | 6 +- include/clang/Sema/Sema.h | 7 +- lib/AST/OpenMPClause.cpp | 22 +-- lib/Basic/OpenMPKinds.cpp | 11 +- lib/CodeGen/CGOpenMPRuntime.cpp | 65 ++++---- lib/Parse/ParseOpenMP.cpp | 168 ++++++++++++--------- lib/Sema/SemaOpenMP.cpp | 43 ++++-- lib/Sema/TreeTransform.h | 16 +- lib/Serialization/ASTReader.cpp | 7 +- lib/Serialization/ASTWriter.cpp | 5 +- test/OpenMP/target_ast_print.cpp | 76 +++++++++- test/OpenMP/target_data_ast_print.cpp | 26 ++++ test/OpenMP/target_map_messages.cpp | 56 ++++++- test/OpenMP/target_parallel_for_map_messages.cpp | 4 +- .../target_parallel_for_simd_map_messages.cpp | 4 +- test/OpenMP/target_parallel_map_messages.cpp | 4 +- test/OpenMP/target_simd_map_messages.cpp | 4 +- .../target_teams_distribute_map_messages.cpp | 4 +- ..._teams_distribute_parallel_for_map_messages.cpp | 4 +- ...s_distribute_parallel_for_simd_map_messages.cpp | 4 +- .../target_teams_distribute_simd_map_messages.cpp | 4 +- test/OpenMP/target_teams_map_messages.cpp | 4 +- 27 files changed, 479 insertions(+), 182 deletions(-)