This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 20204588ea [OPENMP]Try to rework the test to pacify the buildbots, NFC. new de1444208c [OPENMP5.0]Introduce attribute for declare variant directive. new eb145ca92f [OPENMP] Rework the test, NFC.
The 2 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/Attr.td | 23 +++++ include/clang/Basic/AttrDocs.td | 28 +++++ include/clang/Basic/DiagnosticSemaKinds.td | 4 + include/clang/Sema/Sema.h | 6 ++ lib/Sema/SemaExpr.cpp | 1 + lib/Sema/SemaOpenMP.cpp | 38 ++++++- lib/Sema/SemaTemplateInstantiateDecl.cpp | 49 +++++++++ test/OpenMP/declare_variant_ast_print.c | 16 +++ test/OpenMP/declare_variant_ast_print.cpp | 161 +++++++++++++++++++++++++++++ test/OpenMP/declare_variant_messages.c | 9 ++ test/OpenMP/parallel_for_codegen.cpp | 4 +- 11 files changed, 335 insertions(+), 4 deletions(-) create mode 100644 test/OpenMP/declare_variant_ast_print.c create mode 100644 test/OpenMP/declare_variant_ast_print.cpp