llvm-project/libcxx/test/std/containers
Marshall Clow 12e17b19ba Mark LWG2824 as complete. We already did it, but I added a test to be sure
llvm-svn: 321689
2018-01-03 04:37:30 +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 Mark LWG2824 as complete. We already did it, but I added a test to be sure 2018-01-03 04:37:30 +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