llvm-project/libcxx/test/std/containers/sequences/list
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
..
list.capacity Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC 2018-10-12 21:22:15 +00:00
list.cons Get tests compiling with -Wunused-local-typedef 2018-11-15 00:11:02 +00:00
list.erasure 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
list.modifiers 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
list.ops Implement LWG #3017. list splice functions should use addressof 2018-09-12 14:46:17 +00:00
list.special [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +00:00
allocator_mismatch.fail.cpp
incomplete_type.pass.cpp [libcxx] [test] Fix comment typos, strip trailing whitespace. 2017-01-18 20:10:25 +00:00
iterators.pass.cpp [libcxx] [test] Fix an improper assumption about Null Forward Iterators. 2016-12-12 19:50:14 +00:00
types.pass.cpp [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00