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
/
strings
/
basic.string
/
string.capacity
History
Marshall Clow
4d64d7dd64
Implement P0966 - string::reserve should not shrink
...
llvm-svn: 347789
2018-11-28 18:18:34 +00:00
..
capacity.pass.cpp
…
clear.pass.cpp
…
empty.fail.cpp
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big.
2017-11-15 20:02:27 +00:00
empty.pass.cpp
More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big.
2017-11-15 20:02:27 +00:00
length.pass.cpp
…
max_size.pass.cpp
…
over_max_size.pass.cpp
[libcxx] [test] Add missing <stdexcept> in several tests.
2018-08-08 00:40:32 +00:00
reserve.pass.cpp
Implement P0966 - string::reserve should not shrink
2018-11-28 18:18:34 +00:00
resize_size_char.pass.cpp
…
resize_size.pass.cpp
…
shrink_to_fit.pass.cpp
…
size.pass.cpp
…