Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
c99-variable-length-array.cpp
e7545b3
Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev.
by Alexey Bataev
· 9 years ago
774c6d0
Allow transformation of VariableArray to ConstantArray.
by Serge Pavlov
· 12 years ago
44ecdbd
Improve 'failed template argument deduction' diagnostic for the case where we
by Richard Smith
· 13 years ago
6c926cc
Implement -Wvla correctly
by Dmitri Gribenko
· 13 years ago
dd053f6
Misc improvements to the diagnostic when a variable is odr-used in a context that is not allowed to capture variables.
by Eli Friedman
· 14 years ago
f7f102f
Fix a crash involving a multi-dimensional dependent VLA. PR11744.
by Eli Friedman
· 14 years ago
e434590
Change the diagnostics which said 'accepted as an extension' to instead say
by Richard Smith
· 14 years ago
f35de48
when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be folded to a constant
by Chris Lattner
· 14 years ago
3999e15
Reject the allocation of variably-modified types in C++ 'new'
by Douglas Gregor
· 15 years ago
9a41445
Don't complain about VLAs of non-POD types when the array type is
by Douglas Gregor
· 15 years ago
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