This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 248336fd97 Add template type and value parameter metadata nodes to temp [...] new 21352e1ac8 [OPENMP] Add reverse_offload clause to requires 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/AST/OpenMPClause.h | 31 ++++++++++++++++++++++ include/clang/AST/RecursiveASTVisitor.h | 6 +++++ include/clang/Basic/OpenMPKinds.def | 2 ++ include/clang/Sema/Sema.h | 4 +++ lib/AST/OpenMPClause.cpp | 2 ++ lib/AST/StmtPrinter.cpp | 4 +++ lib/AST/StmtProfile.cpp | 3 +++ lib/Basic/OpenMPKinds.cpp | 2 ++ lib/CodeGen/CGStmtOpenMP.cpp | 1 + lib/Parse/ParseOpenMP.cpp | 1 + lib/Sema/SemaOpenMP.cpp | 13 +++++++++ lib/Sema/TreeTransform.h | 6 +++++ lib/Serialization/ASTReader.cpp | 5 ++++ lib/Serialization/ASTWriter.cpp | 2 ++ test/OpenMP/requires_unified_address_ast_print.cpp | 3 +++ test/OpenMP/requires_unified_address_messages.cpp | 6 ++++- tools/libclang/CIndex.cpp | 3 +++ 17 files changed, 93 insertions(+), 1 deletion(-)