llvm-project/libcxx/test/std/containers/unord/unord.set
Marshall Clow f60c63c090 Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532
llvm-svn: 349178
2018-12-14 18:49:35 +00:00
..
unord.set.cnstr [libcxx] Add missing includes in tests 2018-11-16 19:52:47 +00:00
unord.set.swap [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 2017-02-05 22:47:41 +00:00
allocator_mismatch.fail.cpp
bucket.pass.cpp
bucket_count.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 2017-02-05 22:47:41 +00:00
bucket_size.pass.cpp
clear.pass.cpp Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear(). 2018-08-22 04:28:43 +00:00
count.pass.cpp
db_iterators_7.pass.cpp
db_iterators_8.pass.cpp
db_local_iterators_7.pass.cpp
db_local_iterators_8.pass.cpp
emplace.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::unordered_multiset 2017-04-18 22:37:32 +00:00
emplace_hint.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::unordered_multiset 2017-04-18 22:37:32 +00:00
empty.fail.cpp 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
empty.pass.cpp Still more missing tests - this time for the unordered containers 2017-11-15 05:25:36 +00:00
eq.pass.cpp
equal_range_const.pass.cpp
equal_range_non_const.pass.cpp
erase_const_iter.pass.cpp Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
erase_if.pass.cpp Implement P1209 - Adopt Consistent Container Erasure from Library Fundamentals 2 for C++20. Reviewed as https://reviews.llvm.org/D55532 2018-12-14 18:49:35 +00:00
erase_iter_db1.pass.cpp
erase_iter_db2.pass.cpp
erase_iter_iter_db1.pass.cpp
erase_iter_iter_db2.pass.cpp
erase_iter_iter_db3.pass.cpp
erase_iter_iter_db4.pass.cpp
erase_key.pass.cpp
erase_range.pass.cpp [libcxx] Add missing includes in tests 2018-11-16 19:52:47 +00:00
extract_iterator.pass.cpp First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
extract_key.pass.cpp First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
find_const.pass.cpp
find_non_const.pass.cpp
incomplete.pass.cpp [libcxx] [test] Fix comment typos, strip trailing whitespace. 2017-01-18 20:10:25 +00:00
insert_and_emplace_allocator_requirements.pass.cpp
insert_const_lvalue.pass.cpp [test] Fix Container::insert(value_type const&) tests 2018-04-08 21:57:35 +00:00
insert_hint_const_lvalue.pass.cpp [test] Fix Container::insert(value_type const&) tests 2018-04-08 21:57:35 +00:00
insert_hint_rvalue.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::unordered_multiset 2017-04-18 22:37:32 +00:00
insert_init.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::unordered_multiset 2017-04-18 22:37:32 +00:00
insert_node_type.pass.cpp First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
insert_node_type_hint.pass.cpp First half of C++17's splicing maps and sets 2018-08-01 01:33:38 +00:00
insert_range.pass.cpp
insert_rvalue.pass.cpp Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::unordered_set and std::unordered_multiset 2017-04-18 22:37:32 +00:00
iterators.fail.cpp
iterators.pass.cpp [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. 2016-12-06 01:12:34 +00:00
load_factor.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 2017-02-05 22:47:41 +00:00
local_iterators.fail.cpp
local_iterators.pass.cpp
max_bucket_count.pass.cpp
max_load_factor.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 2017-02-05 22:47:41 +00:00
max_size.pass.cpp Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC 2018-10-12 21:22:15 +00:00
merge.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef warnings. 2018-11-14 23:23:55 +00:00
rehash.pass.cpp [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
reserve.pass.cpp
size.pass.cpp Still more missing tests - this time for the unordered containers 2017-11-15 05:25:36 +00:00
swap_member.pass.cpp [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3. 2017-02-05 22:47:41 +00:00
types.pass.cpp