summaryrefslogtreecommitdiffstats
path: root/libcxx/test/containers/sequences/array
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2022-945/+0
| | | | llvm-svn: 224658
* Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.Eric Fiselier2014-10-192-0/+2
| | | | llvm-svn: 220154
* Added tests to the sequence containers for for LWG Issue #2263. Comparing ↵Marshall Clow2014-03-101-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 SommerladMarshall Clow2013-12-021-10/+28
| | | | llvm-svn: 196058
* N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for ↵Marshall Clow2013-08-081-1/+1
| | | | | | __tree_const_iterator constructor. Fix comment typos in other tests llvm-svn: 188019
* Implement tests for NULL iterators for <array> re: N3644Marshall Clow2013-08-061-0/+79
| | | | llvm-svn: 187809
* Make std::get constexprMarshall Clow2013-07-176-0/+231
| | | | llvm-svn: 186525
* War on tabs.Howard Hinnant2013-07-081-1/+1
| | | | llvm-svn: 185865
* Added static_assert to std::get<N>(std::array) calls to catch "out of ↵Marshall Clow2012-12-181-0/+25
| | | | | | bounds" calls llvm-svn: 170435
* constexpr applied to <array>.Howard Hinnant2012-07-201-0/+14
| | | | llvm-svn: 160564
* Bug 9096 - list::iterator not default constructibleHoward Hinnant2011-01-281-1/+2
| | | | llvm-svn: 124508
* LWG 1191Howard Hinnant2010-11-171-0/+29
| | | | llvm-svn: 119545
* license changeHoward Hinnant2010-11-1616-32/+32
| | | | llvm-svn: 119395
* Fixing whitespace problemsHoward Hinnant2010-08-221-13/+13
| | | | llvm-svn: 111755
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1116-16/+16
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1116-0/+533
llvm-svn: 103490
OpenPOWER on IntegriCloud