This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5d08928420 CodeGen: Fix invalid bitcast in partial initialization of au [...] new 13f1a2dfa1 [OpenMP] Avoid VLAs for some reductions on array sections
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: lib/CodeGen/CGOpenMPRuntime.cpp | 15 +- lib/CodeGen/CGStmtOpenMP.cpp | 7 +- lib/Sema/SemaOpenMP.cpp | 83 ++++++++- test/OpenMP/for_reduction_codegen.cpp | 289 +++++++++++++++++++++++++----- test/OpenMP/for_reduction_codegen_UDR.cpp | 133 ++++++++------ 5 files changed, 416 insertions(+), 111 deletions(-)