llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_append
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
..
T_size_size.pass.cpp Protect exceptional paths under libcpp-no-exceptions 2016-11-01 15:46:16 +00:00
initializer_list.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
iterator.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
pointer_size.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 Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
string.pass.cpp Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
string_size_size.pass.cpp Protect exceptional paths under libcpp-no-exceptions 2016-11-01 15:46:16 +00:00
string_view.pass.cpp Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459 2016-07-21 05:31:24 +00:00