aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/c99-variable-length-array.cpp
AgeCommit message (Expand)Author
2013-01-31Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith
2013-01-23Implement -Wvla correctlyDmitri Gribenko
2012-02-07Misc improvements to the diagnostic when a variable is odr-used in a context ...Eli Friedman
2012-01-25Fix a crash involving a multi-dimensional dependent VLA. PR11744.Eli Friedman
2011-12-29Change the diagnostics which said 'accepted as an extension' to instead sayRichard Smith
2011-06-14when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...Chris Lattner
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