This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a905310 [OpenMP] Support for num_teams-clause on the 'target teams' d [...] new 2c44f46 [OpenMP] Support for thread_limit-clause on the 'target teams [...]
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 | 20 +++-- include/clang/AST/RecursiveASTVisitor.h | 1 + lib/AST/OpenMPClause.cpp | 3 +- lib/AST/StmtProfile.cpp | 1 + lib/Sema/SemaOpenMP.cpp | 78 +++++++++++++++++++- lib/Serialization/ASTReaderStmt.cpp | 1 + lib/Serialization/ASTWriterStmt.cpp | 1 + ...n.cpp => target_teams_thread_limit_codegen.cpp} | 85 +++++++++++++--------- tools/libclang/CIndex.cpp | 1 + 9 files changed, 145 insertions(+), 46 deletions(-) copy test/OpenMP/{target_teams_num_teams_codegen.cpp => target_teams_thread_limit_ [...]