summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/multimap
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-121-1/+1
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-2/+2
* [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1Louis Dionne2019-09-231-1/+1
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-217-7/+7
* [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-3139-0/+42
* [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-0481-81/+212
* 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-1981-324/+243
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-141-0/+89
* [libcxx] [test] Include <cassert> for assert().Stephan T. Lavavej2018-11-141-0/+1
* Second half of C++17's splicing maps and setsErik Pilkington2018-10-311-0/+149
* Update all the max_size tests to eliminate signed/unsigned comparison warning...Marshall Clow2018-10-121-11/+11
* Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...Marshall Clow2018-08-221-1/+4
* First half of C++17's splicing maps and setsErik Pilkington2018-08-014-0/+285
* Fix test failures after r334053.Eric Fiselier2018-06-061-2/+2
* Use multi-key tree search for {map, set}::{count, equal_range}Eric Fiselier2018-02-102-0/+110
* Add some tests for operations on const associative containers. Part of LWG#2542Marshall Clow2017-11-221-2/+4
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-2115-15/+15
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-1520-25/+37
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-0/+28
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-291-5/+5
* Fix bug 33389 - __is_transparent check requires too muchMarshall Clow2017-06-135-5/+30
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier2017-04-1810-42/+20
* Fix more -Wshadow warnings introduced by recent Clang changeEric Fiselier2017-04-044-4/+0
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-055-11/+22
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-181-1/+1
* Fix copy/paste errors introduced in r289358Eric Fiselier2016-12-111-8/+8
* Fix undefined behavior in container swap tests.Eric Fiselier2016-12-111-4/+4
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-12/+13
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-231-1/+1
* [libcxx] Fix max_size() across all containersEric Fiselier2016-11-231-11/+27
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-0422-31/+53
* [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 swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com.Eric Fiselier2016-07-251-19/+11
* 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-302-4/+0
* Temporarily XFAIL the incomplete type tests for GCC while I figure out why ad...Marshall Clow2016-06-302-0/+4
* 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-1441-50/+46
OpenPOWER on IntegriCloud