llvm-project/libcxx/test/std/containers/sequences/list
Marshall Clow 934e9a3976 Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear().
llvm-svn: 340385
2018-08-22 04:28:43 +00:00
..
list.capacity 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
list.cons [libcxx] [test] Strip trailing whitespace. NFC. 2018-06-14 00:12:20 +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 [libcxx] [test] Strip trailing whitespace, NFC. 2018-02-12 22:54:35 +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