summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx1y-array-runtime-bound.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for arrays of runtime bound in C++1y, now they have been votedRichard Smith2013-10-011-68/+0
| | | | | | out of the working paper. This reverts r179962 and r179992. llvm-svn: 191718
* Add a triple to make a test resilient to non-TLS hosts (eg: darwin10)David Blaikie2013-04-221-1/+1
| | | | | | Making the test introduced in r179962 resilient to being run on darwin10 hosts. llvm-svn: 179992
* Disable VLA diagnostic in C++1y mode, and add some tests.Richard Smith2013-04-201-0/+68
Still to do here: - we have a collection of syntactic accepts-invalids to diagnose - support non-PODs in VLAs, including dynamic initialization / destruction - runtime checks (and throw std::bad_array_length) for bad bound - support VLA capture by reference in lambdas - properly support VLAs in range-based for (don't recompute bound) llvm-svn: 179962
OpenPOWER on IntegriCloud