summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/associative
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix valarray UB and MSVC warnings.Stephan T. Lavavej2019-12-122-2/+2
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-234-6/+6
* [libc++][NFC] Remove excess trailing newlines from most filesCasey Carter2019-10-233-3/+0
* [libc++][test] Miscellaneous MSVC cleanupsCasey Carter2019-10-092-12/+10
* [libc++] Mark CTAD tests as not failing on AppleClang 10.0.1Louis Dionne2019-09-234-4/+4
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2130-31/+31
* Add contains method to associative containers. This patch implements P0458R2,...Zoe Carver2019-07-162-0/+106
* Fix memory leak in set and map.Eric Fiselier2019-07-112-10/+53
* [libc++] Take 2: Implement CTAD for map and multimapLouis Dionne2019-06-206-0/+702
* [libc++] Revert the addition of map/multimap CTADLouis Dionne2019-06-186-702/+0
* [libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10Louis Dionne2019-06-122-2/+2
* [libcxx] XFAIL some CTAD tests on AppleClang 10Louis Dionne2019-06-122-2/+2
* [libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple C...Louis Dionne2019-06-112-0/+2
* Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give ...Marshall Clow2019-06-112-0/+4
* XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't...Marshall Clow2019-06-112-2/+2
* [libc++] Implement deduction guides for <set>Louis Dionne2019-06-114-0/+516
* XFAIL a couple of CTAD tests on clang-6; it gives different error messages th...Marshall Clow2019-06-112-0/+4
* Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm...Marshall Clow2019-06-106-0/+698
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31154-0/+168
* [libcxx] Do not assume the number of elements in a moved-from associative con...Louis Dionne2019-02-134-12/+24
* Update some newly added files that mistakenly used the old file headerChandler Carruth2019-02-112-8/+6
* Support tests in freestandingJF Bastien2019-02-04291-297/+805
* Mark some of the behavior in the move w/allocator constructors of deque/unord...Marshall Clow2019-01-294-24/+28
* Apply D28248: 'Work around GCC PR37804'. Thanks to mdaniels for the patchMarshall Clow2019-01-232-0/+42
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19289-1156/+867
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-144-0/+313
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-152-2/+0
* [libcxx] [test] Include <cassert> for assert().Stephan T. Lavavej2018-11-144-0/+4
* Add emplace tests for multiset/unordered_multiset.Eric Fiselier2018-11-131-0/+1
* Second half of C++17's splicing maps and setsErik Pilkington2018-10-314-0/+594
* [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-124-30/+30
* Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...Marshall Clow2018-08-224-4/+16
* First half of C++17's splicing maps and setsErik Pilkington2018-08-0116-0/+1119
* Fix test failures after r334053.Eric Fiselier2018-06-064-8/+8
* [test] Fix Container::insert(value_type const&) testsEric Fiselier2018-04-082-96/+69
* Use multi-key tree search for {map, set}::{count, equal_range}Eric Fiselier2018-02-108-0/+442
* Add some tests for operations on const associative containers. Part of LWG#2542Marshall Clow2017-11-225-9/+23
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-2131-34/+34
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-151-4/+4
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-1540-50/+74
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-154-0/+112
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-294-20/+20
* Fix bug 33389 - __is_transparent check requires too muchMarshall Clow2017-06-1310-10/+60
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and std::multimapEric Fiselier2017-04-1821-88/+42
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multisetEric Fiselier2017-04-1824-88/+48
* Fix more -Wshadow warnings introduced by recent Clang changeEric Fiselier2017-04-045-6/+0
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-173-4/+4
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-0520-44/+88
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-184-4/+4
OpenPOWER on IntegriCloud