This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bb45239209 [Tooling] Move CompilationDatabasePlugin to the Registry hea [...] new 851f70b951 Add support for 'dynamic_allocators' clause on 'requires' 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/AST/OpenMPClause.h | 32 ++++++++++++++++++++++ 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 | 5 ++++ 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 | 7 +++++ lib/Serialization/ASTReader.cpp | 7 +++++ lib/Serialization/ASTWriter.cpp | 4 +++ test/OpenMP/requires_unified_address_ast_print.cpp | 3 ++ test/OpenMP/requires_unified_address_messages.cpp | 7 ++++- tools/libclang/CIndex.cpp | 3 ++ 17 files changed, 101 insertions(+), 1 deletion(-)