aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/c99-variable-length-array.cpp
AgeCommit message (Expand)Author
2012-01-25Don't stack-allocate an IntegerLiteral which can be referred to after the cur...Eli Friedman
2011-02-01Do the right thing for zero-initializing VLAs that don't have a zeroJohn McCall
2010-05-22Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor