summaryrefslogtreecommitdiff
path: root/test/SemaCXX/c99-variable-length-array.cpp
Commit message (Expand)AuthorAge
* Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith2013-01-31
* Implement -Wvla correctlyDmitri Gribenko2013-01-23
* Misc improvements to the diagnostic when a variable is odr-used in a context ...Eli Friedman2012-02-07
* Fix a crash involving a multi-dimensional dependent VLA. PR11744.Eli Friedman2012-01-25
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-29
* when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...Chris Lattner2011-06-14
* Reject the allocation of variably-modified types in C++ 'new'Douglas Gregor2010-10-06
* Don't complain about VLAs of non-POD types when the array type isDouglas Gregor2010-05-24
* Make sure that we instantiate variably modified types, even if theyDouglas Gregor2010-05-24
* It turns out that people love using VLAs in templates, too. Weaken ourDouglas Gregor2010-05-23
* Put the VLA-is-an-extension warning into its own warning group (-Wvla)Douglas Gregor2010-05-23
* Even though we don't unique VLA types, we still need to build aDouglas Gregor2010-05-23
* Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor2010-05-22