This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 44c160f916 Allow /showIncludes with /P new f20a280b3b [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 | 10 +- 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, 413 insertions(+), 109 deletions(-)