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
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
strings
/
basic.string
/
string.capacity
History
Mark de Wever
d0ca9f23e8
[libc++][string] Fixes shrink_to_fit. (
#97961
)
...
This ensures that shrink_to_fit does not increase the allocated size. Partly addresses
#95161
2024-07-23 12:13:22 -04:00
..
capacity.pass.cpp
…
clear.pass.cpp
…
empty.pass.cpp
…
empty.verify.cpp
…
length.pass.cpp
…
max_size.pass.cpp
[libc++] Clean up and update deployment target features (
#96312
)
2024-06-28 10:40:35 -05:00
over_max_size.pass.cpp
[libc++] Clean up and update deployment target features (
#96312
)
2024-06-28 10:40:35 -05:00
reserve_size.asan.pass.cpp
…
reserve_size.pass.cpp
[libc++] Clean up and update deployment target features (
#96312
)
2024-06-28 10:40:35 -05:00
reserve.deprecated_in_cxx20.verify.cpp
…
reserve.pass.cpp
…
reserve.removed_in_cxx26.verify.cpp
…
resize_and_overwrite.pass.cpp
[libc++][hardening] Use bounded iterators in std::vector and std::string (
#78929
)
2024-07-22 22:44:25 -07:00
resize_size_char.pass.cpp
…
resize_size.pass.cpp
…
shrink_to_fit.explicit_instantiation.sh.cpp
…
shrink_to_fit.pass.cpp
[libc++][string] Fixes shrink_to_fit. (
#97961
)
2024-07-23 12:13:22 -04:00
size.pass.cpp
…