This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
containers
/
sequences
/
vector
/
vector.capacity
History
Marshall Clow
72c8fad427
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
...
llvm-svn: 318269
2017-11-15 05:51:26 +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
[libcxx] Fix max_size() across all containers
2016-11-23 01:18:56 +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_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
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
shrink_to_fit.pass.cpp
[libc++] Fix stack_allocator
2016-10-08 00:56:22 +00:00
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
…