Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -165/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Added tests to the sequence containers for for LWG Issue #2263. Comparing ↵ | Marshall Clow | 2014-03-10 | 1 | -3/+17 |
| | | | | | | iterators and allocator pointers with different const-character. No changes to libc++ llvm-svn: 203479 | ||||
* | There were two identical files named 'min_allocator.h'. Move one of them to ↵ | Marshall Clow | 2013-11-26 | 1 | -1/+1 |
| | | | | | | /support and delete the other. Then adjust all the tests that used them to include the moved one. No functionality change. llvm-svn: 195785 | ||||
* | N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for ↵ | Marshall Clow | 2013-08-08 | 1 | -1/+1 |
| | | | | | | __tree_const_iterator constructor. Fix comment typos in other tests llvm-svn: 188019 | ||||
* | N3644 support for <string> and <vector> | Marshall Clow | 2013-08-07 | 1 | -0/+13 |
| | | | | llvm-svn: 187909 | ||||
* | Implement full support for non-pointer pointers in custom allocators for vector. | Howard Hinnant | 2013-06-27 | 1 | -0/+66 |
| | | | | llvm-svn: 185093 | ||||
* | Bug 9096 - list::iterator not default constructible | Howard Hinnant | 2011-01-28 | 1 | -0/+72 |
llvm-svn: 124508 |