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/vector
Marshall Clow 9765ed0367 Fix a couple of 'unused variable' warnings in a vector test. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@337016 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
vector.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
vector.cons [libcxx] [test] Strip trailing whitespace. NFC. 8 years ago
vector.data [libcxx] [test] Untabify, NFC. 8 years ago
vector.modifiers Sigh. Once again forgot about the 'no exceptions' bots. 9 years ago
vector.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
contiguous.pass.cpp [libcxx] [test] Fix MSVC x64 truncation warnings with 32-bit allocator size_type/difference_type. 9 years ago
iterators.pass.cpp Fix a couple of 'unused variable' warnings in a vector test. NFC. 7 years ago
types.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago