llvm-project/libcxx/test/std/containers/sequences/vector
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
..
vector.capacity Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC 2018-10-12 21:22:15 +00:00
vector.cons Update a couple of vector<bool> tests that were testing libc++-specific bahavior. Thanks to Andrey Maksimov for the catch. 2018-12-07 22:16:26 +00:00
vector.data [libcxx] [test] Untabify, NFC. 2017-07-29 00:55:10 +00:00
vector.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
vector.modifiers [libcxx] Fix incorrect iterator type in vector container test 2018-11-21 20:53:07 +00:00
vector.special [libcxx] [test] Change comments to say C++ instead of c++. NFC. 2017-07-29 00:55:35 +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 [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. 2016-12-14 22:46:46 +00:00
iterators.pass.cpp Fix a couple of 'unused variable' warnings in a vector test. NFC. 2018-07-13 16:26:16 +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