This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ad12b8a0b1 Add missing dllimport member pointer template argument test [...] new ec63778c56 [OPENMP] Add restriction for reduction clause in taskloop di [...]
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 | 4 + lib/Sema/SemaOpenMP.cpp | 43 +++ test/OpenMP/taskloop_ast_print.cpp | 8 +- ...essages.cpp => taskloop_reduction_messages.cpp} | 230 ++++++-------- test/OpenMP/taskloop_simd_ast_print.cpp | 8 +- test/OpenMP/taskloop_simd_reduction_messages.cpp | 331 +++++++++++++++++++++ 6 files changed, 479 insertions(+), 145 deletions(-) copy test/OpenMP/{for_simd_reduction_messages.cpp => taskloop_reduction_messages.c [...] create mode 100644 test/OpenMP/taskloop_simd_reduction_messages.cpp