llvm-project/libcxx/test/std/containers/sequences/vector
Eric Fiselier c71bd55b5d Enable the -Wsign-compare warning to better support MSVC
llvm-svn: 289363
2016-12-11 05:31:00 +00:00
..
vector.capacity [libcxx] Fix max_size() across all containers 2016-11-23 01:18:56 +00:00
vector.cons [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 3/4. 2016-12-06 01:14:51 +00:00
vector.data [libcxx] [test] D27027: Strip trailing whitespace. 2016-11-23 22:03:28 +00:00
vector.modifiers Enable the -Wsign-compare warning to better support MSVC 2016-12-11 05:31:00 +00:00
vector.special Fix undefined behavior in container swap tests. 2016-12-11 03:41:12 +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
contiguous.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
iterators.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +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