You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/containers/sequences/list
Stephan T. Lavavej 9165f9d181 [libcxx] [test] Strip trailing whitespace. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@334676 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
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 8 years ago
list.cons [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
list.modifiers Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in <list> 9 years ago
list.ops [libcxx] [test] Strip trailing whitespace, NFC. 8 years ago
list.special [libcxx] [test] Change comments to say C++ instead of c++. NFC. 8 years ago
allocator_mismatch.fail.cpp Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 10 years ago
incomplete_type.pass.cpp [libcxx] [test] Fix comment typos, strip trailing whitespace. 9 years ago
iterators.pass.cpp [libcxx] [test] Fix an improper assumption about Null Forward Iterators. 9 years ago
types.pass.cpp [libcxx] [test] Untabify, NFC. 8 years ago