summaryrefslogtreecommitdiff
path: root/test/SemaCXX/c99-variable-length-array.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev.Alexey Bataev2016-04-291-2/+2
* Allow transformation of VariableArray to ConstantArray.Serge Pavlov2014-02-061-0/+21
* Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith2013-01-311-1/+2
* Implement -Wvla correctlyDmitri Gribenko2013-01-231-1/+1
* Misc improvements to the diagnostic when a variable is odr-used in a context ...Eli Friedman2012-02-071-1/+2
* Fix a crash involving a multi-dimensional dependent VLA. PR11744.Eli Friedman2012-01-251-0/+8
* Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith2011-12-291-12/+12
* when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...Chris Lattner2011-06-141-0/+9
* Reject the allocation of variably-modified types in C++ 'new'Douglas Gregor2010-10-061-0/+7
* Don't complain about VLAs of non-POD types when the array type isDouglas Gregor2010-05-241-0/+14
* Make sure that we instantiate variably modified types, even if theyDouglas Gregor2010-05-241-0/+10
* It turns out that people love using VLAs in templates, too. Weaken ourDouglas Gregor2010-05-231-4/+5
* Put the VLA-is-an-extension warning into its own warning group (-Wvla)Douglas Gregor2010-05-231-7/+8
* Even though we don't unique VLA types, we still need to build aDouglas Gregor2010-05-231-0/+10
* Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor2010-05-221-0/+80