Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ↵ | Marshall Clow | 2015-03-09 | 2 | -1/+41 | |
| | | | | | | bug because there's more work to do here llvm-svn: 231672 | |||||
* | Move the <dynarray> tests out of the std/ hierarchy, since it's not really ↵ | Marshall Clow | 2015-03-04 | 12 | -787/+0 | |
| | | | | | | part of the standard any more. llvm-svn: 231311 | |||||
* | Fix more issues exposed by -pedantic-errors in c++03 mode | Eric Fiselier | 2015-02-10 | 26 | -26/+26 | |
| | | | | llvm-svn: 228711 | |||||
* | We had two identical files named 'MoveOnly.h' in the test suite. Move one to ↵ | Marshall Clow | 2015-01-28 | 45 | -45/+45 | |
| | | | | | | support/, remove the other, and update all the tests that included them. No functionality change. llvm-svn: 227370 | |||||
* | Added test for incomplete type support in vector/list/forward_list. ↵ | Marshall Clow | 2015-01-26 | 3 | -0/+6 | |
| | | | | | | References PR#17980 llvm-svn: 227131 | |||||
* | Fix PR#22284. Add a new overload to deque::insert to handle forward ↵ | Marshall Clow | 2015-01-22 | 1 | -1/+40 | |
| | | | | | | iterators. Update tests to exercise this case. llvm-svn: 226847 | |||||
* | Walter Brown sent a list of tests which needed 'additional includes' to ↵ | Marshall Clow | 2015-01-09 | 4 | -0/+4 | |
| | | | | | | match what was in the standard. Added these includes to the tests. No changes to the library or test results. llvm-svn: 225541 | |||||
* | libc++ implements its' hash objects as deriving from std::unary_function, ↵ | Marshall Clow | 2015-01-07 | 1 | -2/+3 | |
| | | | | | | and the tests test for that. STL @ MS pointed out that the standard doesn't requie these objects to derive from unary_function, and so the tests should not require that either. Change the tests to check for the embedded typedefs - which ARE required. No change to the library. llvm-svn: 225403 | |||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 337 | -0/+24483 | |
llvm-svn: 224658 |