summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test failures after r334053.Eric Fiselier2018-06-061-1/+3
* Fix PR37694 - std::vector doesn't correctly move construct allocators.Eric Fiselier2018-06-052-0/+64
* Mark deduction guide tests as failing on apple-clang-9JF Bastien2018-05-291-1/+1
* Fix up the final bits of breakage due to clang v5 generating bad implicit tem...Marshall Clow2018-05-281-3/+3
* Fix array deduction guide test breakageJF Bastien2018-05-251-0/+3
* Implement deduction guides for vectorMarshall Clow2018-05-212-0/+156
* Deduction guides for listMarshall Clow2018-05-202-0/+145
* Implement deduction guides for forward_listMarshall Clow2018-05-192-0/+145
* Remove expression '1L + INT_MAX', because it overflows on machines where int/...Marshall Clow2018-05-191-2/+2
* Implement deduction guides for <deque>Marshall Clow2018-05-182-0/+140
* Disable 'missing-braces' warningMarshall Clow2018-05-182-0/+9
* Implement deduction guides for <array>; Reviewed as https://reviews.llvm.org/...Marshall Clow2018-05-182-0/+90
* [libcxx] [test] Strip trailing whitespace, NFC.Stephan T. Lavavej2018-02-121-4/+4
* Fix size and alignment of array<T, 0>.Eric Fiselier2018-02-071-2/+18
* Fix -verify static assert messages for older Clang versionsEric Fiselier2018-02-072-2/+2
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-0714-4/+500
* Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...Nirav Dave2018-02-067-206/+0
* correct comment about C++03 assignment operatorsEric Fiselier2018-02-041-4/+4
* Make array<const T, 0> non-CopyAssignable and make swap and fill ill-formed.Eric Fiselier2018-02-044-0/+160
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-044-0/+46
* Mark LWG2824 as complete. We already did it, but I added a test to be sureMarshall Clow2018-01-031-0/+41
* Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC.Marshall Clow2017-11-261-2/+2
* Replace assert(true) in tests with actual asserts. Reviewed as https://review...Billy Robert O'Neal III2017-11-211-2/+2
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-2/+2
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-156-0/+168
* More missing tests - array<>::size() and array<>::max_size()Marshall Clow2017-11-152-0/+72
* Added tests for xxx.size() and xxx.empty() for all the sequence containersMarshall Clow2017-11-159-0/+478
* [libc++] Fix PR34898 - vector iterator constructors and assign method perform...Eric Fiselier2017-10-177-66/+666
* [test] Allow other implementations to strengthen noexcept on deque's move con...Casey Carter2017-09-301-1/+1
* [test] forwardlist.cons/move_noexcept.pass.cppCasey Carter2017-09-281-1/+1
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-295-5/+5
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-2911-46/+46
* [array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-...Marshall Clow2017-06-121-0/+35
* [libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant w...Stephan T. Lavavej2017-05-051-2/+2
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-041-1/+1
* Sigh. Once again forgot about the 'no exceptions' bots.Marshall Clow2017-04-172-0/+8
* Mark LWG#2853 as complete. No code changes required, but added a couple of ex...Marshall Clow2017-04-172-0/+48
* Cleanup one more <forward_list> testEric Fiselier2017-04-162-35/+5
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <forward_list>Eric Fiselier2017-04-1611-45/+21
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list>Eric Fiselier2017-04-169-36/+18
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in dequeEric Fiselier2017-04-1610-42/+20
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <array>Eric Fiselier2017-04-161-1/+3
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector.Eric Fiselier2017-04-1619-81/+43
* [libcxx] Improve code generation for vector::clear().Bruce Mitchener2017-03-231-0/+40
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-1/+3
* Fix sign-compare warning in test; Oddly this only appears on OS XEric Fiselier2017-03-031-7/+5
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-1/+1
* Stop using random_shuffle in the libc++ test suite. It's going to be removed ...Marshall Clow2017-02-072-2/+8
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-052-2/+0
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-0522-51/+110
OpenPOWER on IntegriCloud