summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/unord
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-093-54/+54
* [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-211-1/+1
* [libc++] Add missing UNSUPPORTED for CTAD testsLouis Dionne2019-07-162-0/+2
* Add contains method to associative containers. This patch implements P0458R2,...Zoe Carver2019-07-162-0/+106
* [libc++] Implement P0433: deduction guides for <unordered_map>Louis Dionne2019-07-156-0/+965
* [libc++] Add XFAILs for CTAD tests on older compilersLouis Dionne2019-07-122-0/+2
* [libc++] Implement deduction guides for <unordered_set>Louis Dionne2019-07-114-0/+586
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-31152-0/+190
* [libcxx][tests] Fix order checking in unordered_multiset tests.Louis Dionne2019-05-235-120/+45
* [libcxx][test] Fix order checking in some more unordered_multimap testsLouis Dionne2019-05-2223-858/+597
* Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG...Marshall Clow2019-05-0118-46/+41
* Support tests in freestandingJF Bastien2019-02-04355-391/+1097
* [libcxx] Portability fix: unordered_set and unordered_multiset iterators are ...Louis Dionne2019-01-241-4/+4
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19355-1420/+1065
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-091-2/+1
* [libcxx] Fix order checking in unordered_multimap tests.Louis Dionne2018-12-206-152/+379
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-181-0/+2
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-144-0/+342
* [libcxx] Add missing includes in testsLouis Dionne2018-11-1621-0/+24
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-151-1/+0
* [libcxx] [test] Fix Clang -Wunused-local-typedef warnings.Stephan T. Lavavej2018-11-144-20/+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/+638
* [libcxx] [test] Add missing <stdexcept> to map at tests.Billy Robert O'Neal III2018-10-191-2/+3
* Update all the max_size tests to eliminate signed/unsigned comparison warning...Marshall Clow2018-10-124-16/+16
* 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/+1116
* [test] Fix Container::insert(value_type const&) testsEric Fiselier2018-04-088-309/+224
* Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III2017-11-211-2/+2
* Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III2017-11-151-2/+2
* First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow2017-11-154-0/+112
* Still more missing tests - this time for the unordered containersMarshall Clow2017-11-158-0/+432
* [libcxx] [test] Make files consistently end with newlines, NFC.Stephan T. Lavavej2017-07-291-1/+1
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-2914-45/+45
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in std::unordered_map and std::unorder...Eric Fiselier2017-04-1822-146/+46
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::...Eric Fiselier2017-04-1826-196/+58
* Fix test failures due to bad test hasherEric Fiselier2017-03-0118-0/+24
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-172-3/+3
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-0516-55/+0
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.Stephan T. Lavavej2017-02-0520-47/+92
* [libcxx] [test] Fix comment typos, strip trailing whitespace.Stephan T. Lavavej2017-01-184-4/+4
* fix warnings only produced by apple-clangEric Fiselier2016-12-241-24/+3
* Fix unused parameters and variablesEric Fiselier2016-12-237-48/+27
* Fix copy/paste errors introduced in r289358Eric Fiselier2016-12-111-8/+8
* Fix undefined behavior in container swap tests.Eric Fiselier2016-12-118-120/+120
OpenPOWER on IntegriCloud