This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70 in repository clang.
from bdb1c36758 Merging r339597: ------------------------------------------- [...] new ca31943738 Merging r339603: ------------------------------------------- [...]
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 | 96 +++++++--- lib/AST/OpenMPClause.cpp | 127 +++++++++---- lib/CodeGen/CGOpenMPRuntime.cpp | 92 ++++++---- lib/CodeGen/CGOpenMPRuntime.h | 8 +- lib/CodeGen/CGStmtOpenMP.cpp | 33 +++- lib/Sema/SemaOpenMP.cpp | 269 +++++++++++++++++++--------- lib/Serialization/ASTReaderStmt.cpp | 18 +- lib/Serialization/ASTWriterStmt.cpp | 9 +- test/OpenMP/ordered_doacross_codegen.c | 28 ++- test/OpenMP/ordered_doacross_codegen.cpp | 107 ++++++++--- test/OpenMP/parallel_for_simd_ast_print.cpp | 2 +- 11 files changed, 571 insertions(+), 218 deletions(-)