| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove support for arrays of runtime bound in C++1y, now they have been voted | Richard Smith | 2013-10-01 | 1 | -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 Blaikie | 2013-04-22 | 1 | -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 Smith | 2013-04-20 | 1 | -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 | |||||

