index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
c99-variable-length-array.cpp
Age
Commit message (
Expand
)
Author
2013-01-31
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-23
Implement -Wvla correctly
Dmitri Gribenko
2012-02-07
Misc improvements to the diagnostic when a variable is odr-used in a context ...
Eli Friedman
2012-01-25
Fix a crash involving a multi-dimensional dependent VLA. PR11744.
Eli Friedman
2011-12-29
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-06-14
when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...
Chris Lattner
2010-10-06
Reject the allocation of variably-modified types in C++ 'new'
Douglas Gregor
2010-05-24
Don't complain about VLAs of non-POD types when the array type is
Douglas Gregor
2010-05-24
Make sure that we instantiate variably modified types, even if they
Douglas Gregor
2010-05-23
It turns out that people love using VLAs in templates, too. Weaken our
Douglas Gregor
2010-05-23
Put the VLA-is-an-extension warning into its own warning group (-Wvla)
Douglas Gregor
2010-05-23
Even though we don't unique VLA types, we still need to build a
Douglas Gregor
2010-05-22
Implement support for variable length arrays in C++. VLAs are limited
Douglas Gregor