summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/vector/vector.cons
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-121-0/+7
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3111-0/+12
* [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
* Support tests in freestandingJF Bastien2019-02-0425-25/+75
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1925-100/+75
* [libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai2019-01-081-0/+31
* Update a couple of vector<bool> tests that were testing libc++-specific bahav...Marshall Clow2018-12-071-2/+2
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-152-4/+0
* Remove unused include of "verbose_assert.h"Marshall Clow2018-09-191-1/+0
* [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
* [libc++] Fix PR34898 - vector iterator constructors and assign method perform...Eric Fiselier2017-10-173-62/+331
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-4/+4
* Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector.Eric Fiselier2017-04-167-29/+14
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-051-1/+3
* fix warnings only produced by apple-clangEric Fiselier2016-12-241-0/+3
* [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
* [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...Stephan T. Lavavej2016-10-272-5/+7
* [libc++] Fix stack_allocatorEric Fiselier2016-10-084-11/+11
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-171-0/+12
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-251-1/+2
* Fix a non-standard allocator in vector tests. Patch from STL@microsoft.comEric Fiselier2016-07-241-0/+3
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1413-22/+17
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0110-81/+81
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-288-37/+43
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-281-1/+1
* implement more of N4258 - Cleaning up noexcept in the standard library. Speci...Marshall Clow2015-08-181-0/+44
* Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...Marshall Clow2015-07-141-0/+5
* While applying N4258, I forgot about LWG#2455, which modified the modificatio...Marshall Clow2015-06-042-10/+1
* More N4258 changes. This time vector's constructorsMarshall Clow2015-06-042-3/+25
* Fix test that was failing on C++03 b/c it was using initializer listsMarshall Clow2015-05-161-2/+2
* Remove some debugging printout lines. No functionality change.Marshall Clow2015-05-101-2/+0
* Make the new tests better; make sure that we're testing the case where no rea...Marshall Clow2015-03-302-4/+11
* While testing Erik's code coverage scripts, I found a hole in the test suite ...Marshall Clow2015-03-302-16/+74
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-287-7/+7
* Move test into test/std subdirectory.Eric Fiselier2014-12-2021-0/+1255
OpenPOWER on IntegriCloud