This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a7124f3f47 [NFC] Move some variable declarations into their 'if' conditions. new 3d803c89bc [OPENMP5.0]Add support for device_type clause in declare tar [...]
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/RecursiveASTVisitor.h | 1 + include/clang/Basic/Attr.td | 15 +- include/clang/Basic/AttrDocs.td | 21 ++ include/clang/Basic/DiagnosticParseKinds.td | 5 +- include/clang/Basic/DiagnosticSemaKinds.td | 8 + include/clang/Basic/OpenMPKinds.def | 9 + include/clang/Basic/OpenMPKinds.h | 9 + include/clang/Sema/Sema.h | 34 +++- lib/AST/ASTTypeTraits.cpp | 1 + lib/AST/OpenMPClause.cpp | 3 + lib/Basic/OpenMPKinds.cpp | 18 ++ lib/CodeGen/CGOpenMPRuntime.cpp | 18 +- lib/CodeGen/CGStmtOpenMP.cpp | 1 + lib/CodeGen/CodeGenModule.cpp | 18 +- lib/Parse/ParseOpenMP.cpp | 140 +++++++++++--- lib/Sema/Sema.cpp | 9 +- lib/Sema/SemaExpr.cpp | 8 +- lib/Sema/SemaOpenMP.cpp | 290 ++++++++++++++++++++++++---- lib/Serialization/ASTReaderDecl.cpp | 11 +- test/OpenMP/declare_target_ast_print.cpp | 26 +++ test/OpenMP/declare_target_codegen.cpp | 30 ++- test/OpenMP/declare_target_messages.cpp | 45 ++++- test/OpenMP/nvptx_allocate_messages.cpp | 2 +- test/OpenMP/nvptx_asm_delayed_diags.c | 20 ++ test/OpenMP/target_vla_messages.cpp | 2 +- 25 files changed, 647 insertions(+), 97 deletions(-)