Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 22 | -945/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie. | Eric Fiselier | 2014-10-19 | 2 | -0/+2 |
| | | | | llvm-svn: 220154 | ||||
* | Added tests to the sequence containers for for LWG Issue #2263. Comparing ↵ | Marshall Clow | 2014-03-10 | 1 | -3/+16 |
| | | | | | | iterators and allocator pointers with different const-character. No changes to libc++ llvm-svn: 203479 | ||||
* | Fix for PRPR17934; based on a fix suggested by Peter Sommerlad | Marshall Clow | 2013-12-02 | 1 | -10/+28 |
| | | | | llvm-svn: 196058 | ||||
* | 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 | ||||
* | Implement tests for NULL iterators for <array> re: N3644 | Marshall Clow | 2013-08-06 | 1 | -0/+79 |
| | | | | llvm-svn: 187809 | ||||
* | Make std::get constexpr | Marshall Clow | 2013-07-17 | 6 | -0/+231 |
| | | | | llvm-svn: 186525 | ||||
* | War on tabs. | Howard Hinnant | 2013-07-08 | 1 | -1/+1 |
| | | | | llvm-svn: 185865 | ||||
* | Added static_assert to std::get<N>(std::array) calls to catch "out of ↵ | Marshall Clow | 2012-12-18 | 1 | -0/+25 |
| | | | | | | bounds" calls llvm-svn: 170435 | ||||
* | constexpr applied to <array>. | Howard Hinnant | 2012-07-20 | 1 | -0/+14 |
| | | | | llvm-svn: 160564 | ||||
* | Bug 9096 - list::iterator not default constructible | Howard Hinnant | 2011-01-28 | 1 | -1/+2 |
| | | | | llvm-svn: 124508 | ||||
* | LWG 1191 | Howard Hinnant | 2010-11-17 | 1 | -0/+29 |
| | | | | llvm-svn: 119545 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 16 | -32/+32 |
| | | | | llvm-svn: 119395 | ||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -13/+13 |
| | | | | llvm-svn: 111755 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 16 | -16/+16 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 16 | -0/+533 |
llvm-svn: 103490 |