summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative/map/map.access
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-212-3/+3
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-313-0/+4
* Support tests in freestandingJF Bastien2019-02-049-9/+27
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-152-2/+0
* [libcxx] [test] Add missing <stdexcept> to map at tests.Billy Robert O'Neal III2018-10-191-1/+2
* Update all the max_size tests to eliminate signed/unsigned comparison warning...Marshall Clow2018-10-121-11/+11
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-4/+4
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-151-4/+4
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-151-0/+28
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier2017-04-181-4/+2
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-171-1/+1
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-061-12/+12
* Protect std::{,unordered_}map tests under noexceptionsRoger Ferrer Ibanez2016-11-291-1/+9
* [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-11-231-4/+5
* [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-041-1/+2
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-145-5/+5
* Fix LWG issue 2469 - Use piecewise construction in map::operator[].Eric Fiselier2016-03-312-4/+68
* Remove undefined behavior from tests; specifically, ensure that the value typ...Marshall Clow2015-11-241-1/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-101-0/+1
* Fix warnings in array and assoc containersEric Fiselier2015-07-181-4/+2
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-281-1/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-208-0/+714
OpenPOWER on IntegriCloud