summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/vector/vector.cons
Commit message (Expand)AuthorAgeFilesLines
* 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