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
fc940277cba00b3a023c8c0f15360df73319c2a4
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
…
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
…