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
/
string_append
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
..
initializer_list.pass.cpp
…
iterator.pass.cpp
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
pointer_size.pass.cpp
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
pointer.pass.cpp
[libcxx] [test] Untabify, NFC.
2017-07-29 00:55:10 +00:00
push_back.pass.cpp
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
size_char.pass.cpp
…
string_size_size.pass.cpp
…
string_view.pass.cpp
…
string.pass.cpp
…
T_size_size.pass.cpp
…