hanchenye-llvm-project/libcxx/test/std
Erik Pilkington 5c4e07ae5c Second half of C++17's splicing maps and sets
This commit adds a merge member function to all the map and set containers,
which splices nodes from the source container. This completes support for
P0083r3.

Differential revision: https://reviews.llvm.org/D48896

llvm-svn: 345744
2018-10-31 17:31:35 +00:00
..
algorithms One more local type warning removed from the tests. NFC 2018-10-12 21:59:32 +00:00
atomics [libcxx] [test] Improve MSVC portability. 2018-01-10 00:39:46 +00:00
containers Second half of C++17's splicing maps and sets 2018-10-31 17:31:35 +00:00
depr [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX 2018-10-20 03:35:45 +00:00
diagnostics 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
experimental Fix UB in SIMD tests. 2018-09-22 20:09:02 +00:00
input.output Revert "Implement LWG 2221 - No formatted output operator for nullptr." 2018-09-19 23:31:34 +00:00
iterators [libcxx] [test] Fix whitespace, NFC. 2018-05-05 01:40:27 +00:00
language.support Update commnents to reflect the changes for LWG#3127. NFC 2018-10-22 20:49:50 +00:00
localization [libcxx] [test] Use TEST_IGNORE_NODISCARD. 2018-04-13 00:07:48 +00:00
numerics [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallback 2018-08-16 23:56:54 +00:00
re Adjust unsupported C++ versions in some tests 2018-10-24 15:09:08 +00:00
strings [libcxx] [test] Add missing <stdexcept> in several tests. 2018-08-08 00:40:32 +00:00
thread Repair thread-unsafe modifications of n_alive in F.pass.cpp 2018-10-19 23:45:45 +00:00
utilities Work around gcc.gnu.org/PR87766 2018-10-26 20:20:12 +00:00
nothing_to_do.pass.cpp