This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ea8cb15 [ASTReader] Add a DeserializationListener callback for IMPORT [...] new ec7d993 [OpenMP] Support for the if-clause on the combined 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 | 40 ++- include/clang/AST/RecursiveASTVisitor.h | 1 + lib/AST/OpenMPClause.cpp | 3 +- lib/AST/StmtProfile.cpp | 1 + lib/CodeGen/CGStmtOpenMP.cpp | 41 ++- lib/Sema/SemaOpenMP.cpp | 186 ++++++++++++- lib/Serialization/ASTReaderStmt.cpp | 4 +- lib/Serialization/ASTWriterStmt.cpp | 2 + test/OpenMP/target_parallel_if_codegen.cpp | 413 +++++++++++++++++++++++++++++ tools/libclang/CIndex.cpp | 1 + 10 files changed, 652 insertions(+), 40 deletions(-) create mode 100644 test/OpenMP/target_parallel_if_codegen.cpp