This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0e1da5f PR31742: Don't emit a bogus "zero size array" extwarn when in [...] new 440f379 [OpenMP] Support for the num_threads-clause on 'target parallel'.
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 | 21 +- include/clang/AST/RecursiveASTVisitor.h | 1 + lib/AST/OpenMPClause.cpp | 3 +- lib/AST/StmtProfile.cpp | 1 + lib/CodeGen/CGOpenMPRuntime.cpp | 123 ++++++++--- lib/Sema/SemaOpenMP.cpp | 85 +++++++- lib/Serialization/ASTReaderStmt.cpp | 1 + lib/Serialization/ASTWriterStmt.cpp | 1 + test/OpenMP/target_parallel_codegen.cpp | 14 +- test/OpenMP/target_parallel_if_codegen.cpp | 12 +- ...cpp => target_parallel_num_threads_codegen.cpp} | 241 ++++++++------------- tools/libclang/CIndex.cpp | 1 + 12 files changed, 297 insertions(+), 207 deletions(-) copy test/OpenMP/{target_parallel_if_codegen.cpp => target_parallel_num_threads_co [...]