Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
ac4d13c0cc78a3b28a8af8001e4da6b18fa9029d
/
test
/
SemaCXX
/
c99-variable-length-array.cpp
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