summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/c99-variable-length-array.cpp
Commit message (Expand)AuthorAgeFilesLines
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Don't stack-allocate an IntegerLiteral which can be referred to after the cur...Eli Friedman2012-01-251-0/+10
* Do the right thing for zero-initializing VLAs that don't have a zeroJohn McCall2011-02-011-1/+1
* Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor2010-05-221-0/+27