llvm-project/libcxx/test/std/containers/sequences/list
Eric Fiselier 6a74f44873 fix warnings only produced by apple-clang
llvm-svn: 290474
2016-12-24 01:07:54 +00:00
..
list.capacity [libcxx] Fix max_size() across all containers 2016-11-23 01:18:56 +00:00
list.cons fix warnings only produced by apple-clang 2016-12-24 01:07:54 +00:00
list.modifiers Protect sequences test under libcpp-no-exceptions 2016-12-01 17:36:41 +00:00
list.ops Fix PR31378 - std::list::remove should not require a default constructible allocator. 2016-12-14 22:48:38 +00:00
list.special Make swap_noexcept.pass.cpp tests more portable. Patch from STL@microsoft.com. 2016-07-25 00:15:29 +00:00
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. 2015-11-26 01:24:04 +00:00
incomplete_type.pass.cpp Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_pointer. 2015-08-23 02:56:05 +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 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00