summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/multimap/multimap.ops
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-217-7/+7
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-315-0/+5
* Support tests in freestandingJF Bastien2019-02-0427-27/+51
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1927-108/+81
* Use multi-key tree search for {map, set}::{count, equal_range}Eric Fiselier2018-02-102-0/+110
* 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
* Fix bug 33389 - __is_transparent check requires too muchMarshall Clow2017-06-135-5/+30
* Fix more -Wshadow warnings introduced by recent Clang changeEric Fiselier2017-04-044-4/+0
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-0420-29/+49
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-145-5/+5
* [libcxx] Fix c++98 test failures.Asiri Rathnayake2016-06-035-5/+5
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0120-60/+60
* Add tests for LWG#2299. While doing so, I noticed that the tests we have for ...Marshall Clow2015-06-3025-1/+832
* Move test into test/std subdirectory.Eric Fiselier2014-12-205-0/+1074
OpenPOWER on IntegriCloud