This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
17ad62be94de44f04475e47f1d8a783a59a591c5
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
basic.string
/
string.modifiers
History
Marshall Clow
fc940277cb
Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long long)'. We were mishandling the small-string optimization calculations for very large 'characters'. This may be an ABI change (change the size of) strings of very large 'characters', but since they never worked, I'm not too concerned.
...
llvm-svn: 324531
2018-02-07 21:30:17 +00:00
..
string_append
Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long long)'. We were mishandling the small-string optimization calculations for very large 'characters'. This may be an ABI change (change the size of) strings of very large 'characters', but since they never worked, I'm not too concerned.
2018-02-07 21:30:17 +00:00
string_assign
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
string_copy
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced".
2016-11-14 17:35:14 +00:00
string_erase
Add asserts that the nullptr is maintained in string erase operations.
2017-05-25 19:01:14 +00:00
string_insert
[libcxx] [test] Strip trailing whitespace.
2017-09-26 23:08:41 +00:00
string_op_plus_equal
…
string_replace
Add more string_view tests
2017-09-07 02:46:09 +00:00
string_swap
…
nothing_to_do.pass.cpp
…