[libcxx-commits] [PATCH] D115598: [libc++][NFC] Remove goto from std::string

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 12 14:06:41 PST 2021


philnik updated this revision to Diff 393778.
philnik marked 4 inline comments as done.
philnik added a comment.

- Replaced __null_terminate_at() with __erase_to_end() in pop_back()
- Added _LIBCPP_HIDE_FROM_ABI
- Fixed bugs


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115598/new/

https://reviews.llvm.org/D115598

Files:
  libcxx/include/string

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115598.393778.patch
Type: text/x-patch
Size: 4882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211212/2c957ae4/attachment.bin>


More information about the libcxx-commits mailing list