Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 70 | -3809/+0 |
| | | | | llvm-svn: 224658 | ||||
* | test: Make it possible to opt in to use_clang_verify per test | Justin Bogner | 2014-09-03 | 1 | -0/+2 |
| | | | | | | | | | | | This modifies the use_clang_verify parameter I added in r217009 to only apply to tests that specifically ask for it via // USE_VERIFY. This allows us to incrementally convert tests, but start enjoying the benefits right away. Suggested by Eric Fiselier in code review. llvm-svn: 217017 | ||||
* | test: Allow using clang -verify for failures rather than exit 1 | Justin Bogner | 2014-09-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | Currently, failure tests work by checking that compilation exits 1. This can lead to tests that fail for the wrong reason, so it'd be preferable to convert them to check for specific errors. This adds use_clang_verify parameter that runs failure tests using clang's -verify flag. I'll convert some tests in subsequent commits, and once all of the tests are converted we should key this on whether cxx_under_test is clang. I've also converted one of the unique.ptr tests, since it's the one that motivated the idea of using clang -verify when possible in the review of r216317. llvm-svn: 217009 | ||||
* | Add return statement to a test class's assignment operator. Defect found by ↵ | Eric Fiselier | 2014-08-23 | 1 | -1/+1 |
| | | | | | | Coverity Scan. llvm-svn: 216317 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 70 | -140/+140 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 70 | -70/+3806 |
| | | | | llvm-svn: 111767 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 70 | -70/+70 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 70 | -0/+70 |
llvm-svn: 103490 |