This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 6fa49f4 [Clang][AVX512][Builtin] Adding intrinsics for compress instr [...] new 0e2d28a Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev.
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/CGClass.cpp | 2 +- lib/CodeGen/CGExprCXX.cpp | 4 +- lib/CodeGen/CodeGenFunction.h | 2 +- lib/Sema/SemaType.cpp | 9 +- test/CodeGenCXX/vla-consruct.cpp | 139 +++++++++++++++++++++++ test/SemaCXX/c99-variable-length-array-cxx11.cpp | 6 +- test/SemaCXX/c99-variable-length-array.cpp | 4 +- test/SemaCXX/vla-consruct.cpp | 48 ++++++++ 8 files changed, 199 insertions(+), 15 deletions(-) create mode 100644 test/CodeGenCXX/vla-consruct.cpp create mode 100644 test/SemaCXX/vla-consruct.cpp