This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d194f2aeb2 Revert "[OpenMP] Avoid VLAs for some reductions on array sections" new 7c9e1b206c Implement current CWG direction for support of arrays of unk [...]
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/Basic/DiagnosticASTKinds.td | 9 +++ include/clang/Basic/DiagnosticIDs.h | 2 +- lib/AST/ExprConstant.cpp | 93 ++++++++++++++++++-------- test/SemaCXX/constant-expression-cxx11.cpp | 35 ++++++---- test/SemaCXX/constexpr-array-unknown-bound.cpp | 26 +++++++ test/SemaTemplate/temp_arg_nontype_cxx1z.cpp | 3 + 6 files changed, 128 insertions(+), 40 deletions(-) create mode 100644 test/SemaCXX/constexpr-array-unknown-bound.cpp