aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/c99-variable-length-array.cpp
AgeCommit message (Expand)Author
2010-10-06Reject the allocation of variably-modified types in C++ 'new'Douglas Gregor
2010-05-24Don't complain about VLAs of non-POD types when the array type isDouglas Gregor
2010-05-24Make sure that we instantiate variably modified types, even if theyDouglas Gregor
2010-05-23It turns out that people love using VLAs in templates, too. Weaken ourDouglas Gregor
2010-05-23Put the VLA-is-an-extension warning into its own warning group (-Wvla)Douglas Gregor
2010-05-23Even though we don't unique VLA types, we still need to build aDouglas Gregor
2010-05-22Implement support for variable length arrays in C++. VLAs are limitedDouglas Gregor