This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bcc0d62a93 [sanitizer-coverage] trim down the docs new 66273610fe [OpenMP] Prepare sema to support combined constructs with om [...]
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/StmtOpenMP.h | 193 +++++++++++++++++----- lib/AST/StmtOpenMP.cpp | 98 +++++------ lib/Basic/OpenMPKinds.cpp | 6 +- lib/Sema/SemaOpenMP.cpp | 88 +++++++++- lib/Serialization/ASTReaderStmt.cpp | 7 + lib/Serialization/ASTWriterStmt.cpp | 7 + test/OpenMP/distribute_parallel_for_ast_print.cpp | 37 ++++- test/OpenMP/distribute_parallel_for_messages.cpp | 118 +++++++++++++ 8 files changed, 442 insertions(+), 112 deletions(-) create mode 100644 test/OpenMP/distribute_parallel_for_messages.cpp