summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Include missing headers. (NFC)Stephan T. Lavavej2019-12-131-0/+4
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-121-0/+7
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-238-16/+16
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-221-1/+1
* Fix failing negative compilation test for some versions of ClangEric Fiselier2019-09-131-0/+1
* Recommit r370502: Make `vector` unconditionally move elements whenEric Fiselier2019-09-132-45/+45
* [libc++] Add a test for resizing of a vector with copy-only elementsLouis Dionne2019-09-051-0/+45
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-216-6/+6
* Make forward_list::remove/remove_if/unique all return void before C++20; undo...Marshall Clow2019-07-084-62/+124
* Make list::remove/remove_if/unique all return void before C++20; undoes that ...Marshall Clow2019-07-064-19/+84
* Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...Marshall Clow2019-07-016-41/+41
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31177-0/+192
* Add tests specifically for LWG2164. We already did this; but now we have test...Marshall Clow2019-04-292-0/+23
* Add tests for stability to list::sort and forward_list::sort. Thanks to Jonat...Marshall Clow2019-04-174-0/+184
* Fix list/forward_list implementations of remove_if and unique to deal with pr...Marshall Clow2019-04-164-0/+94
* [libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp ...Billy Robert O'Neal III2019-04-031-23/+24
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-282-2/+0
* Fix a vector test to not use a local type as a template parameter. This cause...Marshall Clow2019-03-221-7/+9
* Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...Marshall Clow2019-03-192-16/+40
* Update a deque test with more assertions. NFCMarshall Clow2019-03-151-6/+6
* Mark vector::operator[] and front/back as noexcept. We already do this for st...Marshall Clow2019-03-151-0/+121
* Add noexcept to operator[] for array and deque. This is an extension. We alre...Marshall Clow2019-03-142-4/+29
* Support tests in freestandingJF Bastien2019-02-04345-345/+1037
* Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow2019-01-291-12/+13
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19340-1360/+1020
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-161-2/+0
* [libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai2019-01-081-0/+31
* Fix static assert diagnostic checks in i386Eric Fiselier2018-12-152-2/+2
* Tolerate Clangs new static_assert messagesEric Fiselier2018-12-142-2/+2
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-148-0/+624
* Update a couple of vector<bool> tests that were testing libc++-specific bahav...Marshall Clow2018-12-073-10/+17
* [libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.e...Louis Dionne2018-12-061-1/+8
* [libcxx] Make return value of array<T, 0>.data() checked only for libc++Louis Dionne2018-12-062-6/+6
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-0/+2
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-2/+0
* [libcxx] Fix incorrect iterator type in vector container testLouis Dionne2018-11-211-24/+32
* [libcxx] Add missing <cstddef> includes in testsLouis Dionne2018-11-192-0/+3
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-154-9/+0
* [libcxx] [test] Fix MSVC warning C4800.Stephan T. Lavavej2018-11-141-6/+6
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-142-2/+2
* Update the array tests to not use a local type; removes warnings in C++03. NFCMarshall Clow2018-10-123-9/+13
* Update all the max_size tests to eliminate signed/unsigned comparison warning...Marshall Clow2018-10-124-16/+16
* Remove unused include of "verbose_assert.h"Marshall Clow2018-09-191-1/+0
* mark LWG#2953 as complete. No code changes required, but added a couple of ex...Marshall Clow2018-09-122-0/+64
* Implement LWG #3017. list splice functions should use addressofMarshall Clow2018-09-122-0/+21
* Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...Marshall Clow2018-08-224-3/+81
* Update the changes to the array tests (that I committed yesterday) to use the...Marshall Clow2018-08-031-55/+8
* Implement P1023: constexpr comparison operators for std::arrayMarshall Clow2018-08-021-0/+46
* Fix a couple of 'unused variable' warnings in a vector test. NFC.Marshall Clow2018-07-131-0/+4
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-148-12/+12
OpenPOWER on IntegriCloud