summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/vector/vector.modifiers
Commit message (Expand)AuthorAgeFilesLines
* 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-316-0/+6
* Add tests specifically for LWG2164. We already did this; but now we have test...Marshall Clow2019-04-292-0/+23
* Support tests in freestandingJF Bastien2019-02-0415-15/+45
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1915-60/+45
* [libcxx] Fix incorrect iterator type in vector container testLouis Dionne2018-11-211-24/+32
* Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...Marshall Clow2018-08-221-1/+4
* 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-163-12/+6
* [libcxx] Improve code generation for vector::clear().Bruce Mitchener2017-03-231-0/+40
* 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-2812-443/+16
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-8/+9
* Protect sequences test under libcpp-no-exceptionsRoger Ferrer Ibanez2016-12-011-6/+8
* [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
* [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many e...Stephan T. Lavavej2016-10-272-2/+8
* [libc++] Fix stack_allocatorEric Fiselier2016-10-089-22/+22
* Implement P0084r2. Changing emplace return types.Eric Fiselier2016-07-211-15/+15
* Always use the allocator to construct/destruct elements of a deque/vector. Fi...Marshall Clow2016-07-111-0/+9
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1419-19/+19
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0114-115/+115
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-282-2/+2
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-092-0/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-2020-0/+1788
OpenPOWER on IntegriCloud