This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bf057b6fc5 [analyzer][CTU] Correctly signal in the function index gener [...] new 8974976622 Add support for 'atomic_default_mem_order' clause on 'requir [...]
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 | 79 ++++++++++++++++++++++ include/clang/AST/RecursiveASTVisitor.h | 6 ++ include/clang/Basic/OpenMPKinds.def | 11 +++ include/clang/Basic/OpenMPKinds.h | 8 +++ include/clang/Sema/Sema.h | 5 ++ lib/AST/DeclPrinter.cpp | 8 +-- lib/AST/OpenMPClause.cpp | 10 +++ lib/AST/StmtProfile.cpp | 3 + lib/Basic/OpenMPKinds.cpp | 16 +++++ lib/CodeGen/CGStmtOpenMP.cpp | 1 + lib/Parse/ParseOpenMP.cpp | 4 ++ lib/Sema/SemaOpenMP.cpp | 25 +++++++ lib/Sema/TreeTransform.h | 7 ++ lib/Serialization/ASTReader.cpp | 13 +++- lib/Serialization/ASTWriter.cpp | 7 ++ ...ss_ast_print.cpp => requires_acq_rel_print.cpp} | 13 +--- ...ddress_ast_print.cpp => requires_ast_print.cpp} | 3 + ..._address_messages.cpp => requires_messages.cpp} | 19 +++++- ...ss_ast_print.cpp => requires_relaxed_print.cpp} | 13 +--- tools/libclang/CIndex.cpp | 3 + 20 files changed, 225 insertions(+), 29 deletions(-) copy test/OpenMP/{requires_unified_address_ast_print.cpp => requires_acq_rel_print [...] copy test/OpenMP/{requires_unified_address_ast_print.cpp => requires_ast_print.cpp} (88%) rename test/OpenMP/{requires_unified_address_messages.cpp => requires_messages.cpp} (58%) rename test/OpenMP/{requires_unified_address_ast_print.cpp => requires_relaxed_pri [...]