summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/multimap/multimap.cons
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1Louis Dionne2019-09-231-1/+1
* [libc++] Take 2: Implement CTAD for map and multimapLouis Dionne2019-06-203-0/+351
* [libc++] Revert the addition of map/multimap CTADLouis Dionne2019-06-183-351/+0
* [libcxx] XFAIL some CTAD tests on AppleClang 10Louis Dionne2019-06-121-1/+1
* XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...Marshall Clow2019-06-111-1/+1
* XFAIL a couple of CTAD tests on clang-6; it gives different error messages th...Marshall Clow2019-06-111-0/+2
* Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm...Marshall Clow2019-06-103-0/+349
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3115-0/+16
* [libcxx] Do not assume the number of elements in a moved-from associative con...Louis Dionne2019-02-131-3/+6
* Support tests in freestandingJF Bastien2019-02-0423-23/+69
* Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow2019-01-291-7/+8
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1923-92/+69
* Fix test failures after r334053.Eric Fiselier2018-06-061-2/+2
* Add some tests for operations on const associative containers. Part of LWG#2542Marshall Clow2017-11-221-2/+4
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-5/+5
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier2017-04-187-30/+14
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-054-7/+15
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-231-1/+1
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-1/+2
* [libc++] Remove various C++03 feature test macrosEric Fiselier2016-09-251-3/+2
* Support allocators with explicit conversion constructors. Fixes bug #29000Marshall Clow2016-08-177-1/+161
* Make dtor_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-251-1/+2
* Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL@micros...Eric Fiselier2016-07-251-1/+2
* Make move_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.comEric Fiselier2016-07-241-3/+4
* Fix static assert problem on gcc; remove XFAILs that I put in in r274250Marshall Clow2016-06-301-2/+0
* Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow2016-06-301-0/+2
* Implement LWG#2436: 'Comparators for associative containers should always be ...Marshall Clow2016-06-301-0/+29
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-261-2/+3
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-1421-29/+25
* Make the comparison objects that we pass in for various tests look more like ...Marshall Clow2016-06-094-0/+4
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-011-2/+2
* Remove undefined behavior from tests; specifically, ensure that the value typ...Marshall Clow2015-11-244-8/+12
* Allow declaration of map and multimap iterator with incomplete mapped type. P...Eric Fiselier2015-03-031-0/+29
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-286-6/+6
* Fix PR22366. When move-constructing an associative container and explicitly p...Marshall Clow2015-01-281-0/+48
* Move test into test/std subdirectory.Eric Fiselier2014-12-2021-0/+1866
OpenPOWER on IntegriCloud