Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5a5073e4d69a523d25e12526167400a08d8cafb5
/
clang
/
test
/
SemaCXX
/
c99-variable-length-array.cpp
5a5073e
Make sure that we instantiate variably modified types, even if they
by Douglas Gregor
· 15 years ago
a09387d
It turns out that people love using VLAs in templates, too. Weaken our
by Douglas Gregor
· 15 years ago
4b636a7
Put the VLA-is-an-extension warning into its own warning group (-Wvla)
by Douglas Gregor
· 15 years ago
5e8c8c0
Even though we don't unique VLA types, we still need to build a
by Douglas Gregor
· 15 years ago
959d5a0
Implement support for variable length arrays in C++. VLAs are limited
by Douglas Gregor
· 15 years ago