Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5, llvmorg-17.0.4 |
|
#
838f2890 |
| 17-Oct-2023 |
Amirreza Ashouri <ar.ashouri999@gmail.com> |
[libc++] Eliminate extra allocations from `std::move(oss).str()` (#67294)
Add test coverage for the new behaviors, especially to verify that the returned string uses the correct allocator. Fixes htt
[libc++] Eliminate extra allocations from `std::move(oss).str()` (#67294)
Add test coverage for the new behaviors, especially to verify that the returned string uses the correct allocator. Fixes https://github.com/llvm/llvm-project/issues/64644
Migrated from https://reviews.llvm.org/D157776 — @philnik777 @pfusik @ldionne @mordante please take another look!
show more ...
|
Revision tags: llvmorg-17.0.3, llvmorg-17.0.2, llvmorg-17.0.1, llvmorg-17.0.0, llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3, llvmorg-17.0.0-rc2 |
|
#
f418cb1a |
| 01-Aug-2023 |
Piotr Fusik <fox@scene.pl> |
[libc++] Fix `std::out_of_range` thrown from `basic_stringbuf::str() &&`
Reviewed By: #libc, Mordante, philnik
Differential Revision: https://reviews.llvm.org/D156783
|
Revision tags: llvmorg-17.0.0-rc1, llvmorg-18-init |
|
#
81ad5a5c |
| 01-Jul-2023 |
Piotr Fusik <fox@scene.pl> |
[libc++] Implement stringbuf members of P0408R7 (Efficient Access to basic_stringbuf's Buffer)
Reviewed By: #libc, Mordante
Differential Revision: https://reviews.llvm.org/D153709
|