aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/c99-variable-length-array.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-1/+1
2012-01-25Don't stack-allocate an IntegerLiteral which can be referred to after the cur...Eli Friedman1-0/+10
2011-02-01Do the right thing for zero-initializing VLAs that don't have a zeroJohn McCall1-1/+1
2010-05-22Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor1-0/+27