summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/c99-variable-length-array.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud