This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f5bf555b1f [ASTImporter] Improved import of friend templates. new 44f3d14c41 [OPENMP] Fix emission of the loop doacross constructs.
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 | 123 +++++++++---- lib/CodeGen/CGOpenMPRuntime.cpp | 92 ++++++---- lib/CodeGen/CGOpenMPRuntime.h | 8 +- lib/CodeGen/CGStmtOpenMP.cpp | 16 +- lib/Sema/SemaOpenMP.cpp | 263 +++++++++++++++++++--------- lib/Serialization/ASTReaderStmt.cpp | 12 +- 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, 540 insertions(+), 216 deletions(-)