summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/vector
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-121-0/+7
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-232-4/+4
* 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
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3127-0/+28
* Add tests specifically for LWG2164. We already did this; but now we have test...Marshall Clow2019-04-292-0/+23
* [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 vector::operator[] and front/back as noexcept. We already do this for st...Marshall Clow2019-03-151-0/+121
* Support tests in freestandingJF Bastien2019-02-0460-60/+180
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1960-240/+180
* [libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai2019-01-081-0/+31
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-142-0/+156
* Update a couple of vector<bool> tests that were testing libc++-specific bahav...Marshall Clow2018-12-071-2/+2
* [libcxx] Fix incorrect iterator type in vector container testLouis Dionne2018-11-211-24/+32
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-152-4/+0
* Update all the max_size tests to eliminate signed/unsigned comparison warning...Marshall Clow2018-10-121-4/+4
* Remove unused include of "verbose_assert.h"Marshall Clow2018-09-191-1/+0
* Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...Marshall Clow2018-08-221-1/+4
* 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-142-3/+3
* Fix PR37694 - std::vector doesn't correctly move construct allocators.Eric Fiselier2018-06-051-0/+33
* Implement deduction guides for vectorMarshall Clow2018-05-212-0/+156
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-0/+28
* Added tests for xxx.size() and xxx.empty() for all the sequence containersMarshall Clow2017-11-152-0/+108
* [libc++] Fix PR34898 - vector iterator constructors and assign method perform...Eric Fiselier2017-10-173-62/+331
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-293-16/+16
* 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
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector.Eric Fiselier2017-04-1611-49/+27
* [libcxx] Improve code generation for vector::clear().Bruce Mitchener2017-03-231-0/+40
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-052-2/+6
* Change the return type of emplace_[front|back] back to void when building wit...Marshall Clow2017-01-241-0/+32
* Fix debug mode for vector/list and cleanup testsEric Fiselier2016-12-2814-502/+16
* fix warnings only produced by apple-clangEric Fiselier2016-12-241-0/+3
* [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_t...Stephan T. Lavavej2016-12-141-1/+1
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-8/+9
* Fix undefined behavior in container swap tests.Eric Fiselier2016-12-111-7/+4
* [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-062-2/+2
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-062-2/+4
* Protect sequences test under libcpp-no-exceptionsRoger Ferrer Ibanez2016-12-011-6/+8
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-232-2/+2
* [libcxx] [test] D27016: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-233-6/+9
* [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-232-30/+32
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-231-0/+48
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-1/+2
* [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...Stephan T. Lavavej2016-10-277-11/+23
* [libc++] Fix stack_allocatorEric Fiselier2016-10-0817-43/+43
OpenPOWER on IntegriCloud