forked from OSchip/llvm-project
d260ea7199
Summary: This change checks for the case where people want to erase a string to the end, i.e., __n == npos, and inlines the call if so. This also demonstrates keeping the ABI intact for V1, but inlining the erase() method for unstable. Reviewers: EricWF, mclow.lists, ldionne Reviewed By: EricWF, ldionne Subscribers: smeenai, dexonsmith, christof, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D73743 |
||
---|---|---|
.. | ||
benchmarks | ||
cmake | ||
docs | ||
fuzzing | ||
include | ||
lib | ||
src | ||
test | ||
utils | ||
www | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
NOTES.TXT | ||
TODO.TXT | ||
appveyor-reqs-install.cmd | ||
appveyor.yml |