Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
37969b7e14d6a4dfd934ef6d3738cc90b832ec1d
/
test
/
SemaCXX
/
c99-variable-length-array.cpp
d7c56e1
Change the diagnostics which said 'accepted as an extension' to instead say
by Richard Smith
· 13 years ago
e1eed38
when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be folded to a constant
by Chris Lattner
· 13 years ago
a075076
Reject the allocation of variably-modified types in C++ 'new'
by Douglas Gregor
· 14 years ago
204ce17
Don't complain about VLAs of non-POD types when the array type is
by Douglas Gregor
· 14 years ago
836adf6
Make sure that we instantiate variably modified types, even if they
by Douglas Gregor
· 14 years ago
a481ec4
It turns out that people love using VLAs in templates, too. Weaken our
by Douglas Gregor
· 14 years ago
db4da82
Put the VLA-is-an-extension warning into its own warning group (-Wvla)
by Douglas Gregor
· 14 years ago
715e9c8
Even though we don't unique VLA types, we still need to build a
by Douglas Gregor
· 14 years ago
0fddb97
Implement support for variable length arrays in C++. VLAs are limited
by Douglas Gregor
· 14 years ago