This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6e9fcdecd2 [analyzer] Enable control dependency condition tracking by default new 848e96cec7 [OpenMP] Permit map with DSA on combined directive
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/Sema/ScopeInfo.h | 7 +- include/clang/Sema/Sema.h | 11 +- lib/Sema/Sema.cpp | 8 +- lib/Sema/SemaExpr.cpp | 3 +- lib/Sema/SemaOpenMP.cpp | 75 ++++++--- lib/Sema/SemaStmt.cpp | 5 +- ...istribute_parallel_for_lastprivate_messages.cpp | 9 +- ...bute_parallel_for_simd_lastprivate_messages.cpp | 9 +- ...teams_distribute_simd_firstprivate_messages.cpp | 15 +- ..._teams_distribute_simd_lastprivate_messages.cpp | 9 +- ...rget_teams_distribute_simd_private_messages.cpp | 9 +- test/OpenMP/target_teams_map_codegen.cpp | 172 +++++++++++++++++++++ test/OpenMP/target_teams_map_messages.cpp | 13 +- 13 files changed, 290 insertions(+), 55 deletions(-) create mode 100644 test/OpenMP/target_teams_map_codegen.cpp