llvm-project/libcxx/test/std/containers
Marshall Clow c4eb50563b Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC.
llvm-svn: 318990
2017-11-26 00:39:59 +00:00
..
associative Add some tests for operations on const associative containers. Part of LWG#2542 2017-11-22 06:02:27 +00:00
container.adaptors First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only 2017-11-15 05:51:26 +00:00
container.requirements
containers.general
sequences Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC. 2017-11-26 00:39:59 +00:00
unord Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
Copyable.h
Emplaceable.h [libcxx] [test] Update for C++17 feature removals. 2017-08-24 21:24:08 +00:00
NotConstructible.h [libcxx] [test] Update for C++17 feature removals. 2017-08-24 21:24:08 +00:00
map_allocator_requirement_test_templates.h Fix LWG issue 2345 - Add insert(value_type&&) 2016-04-18 01:40:45 +00:00
nothing_to_do.pass.cpp
set_allocator_requirement_test_templates.h Teach map/unordered_map how to optimize 'emplace(Key, T)'. 2016-04-16 00:23:12 +00:00
test_compare.h Add some tests for operations on const associative containers. Part of LWG#2542 2017-11-22 06:02:27 +00:00
test_hash.h