llvm-project/libcxx/test/std/containers/sequences/vector/vector.capacity
Marshall Clow 23145c6e08 Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC
llvm-svn: 344416
2018-10-12 21:22:15 +00:00
..
capacity.pass.cpp
empty.fail.cpp 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 2017-11-15 05:51:26 +00:00
empty.pass.cpp Added tests for xxx.size() and xxx.empty() for all the sequence containers 2017-11-15 01:33:33 +00:00
max_size.pass.cpp Update all the max_size tests to eliminate signed/unsigned comparison warnings. NFC 2018-10-12 21:22:15 +00:00
reserve.pass.cpp [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated 2016-10-27 21:25:12 +00:00
resize_size.pass.cpp Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LANG in vector. 2017-04-16 02:40:45 +00:00
resize_size_value.pass.cpp [PATCH] D25483: [libcxx] [test] Fix non-Standard assumptions about how many elements are allocated 2016-10-27 21:25:12 +00:00
shrink_to_fit.pass.cpp
size.pass.cpp Added tests for xxx.size() and xxx.empty() for all the sequence containers 2017-11-15 01:33:33 +00:00
swap.pass.cpp