[libcxx-commits] [PATCH] D148693: [libc++] Set correct size at the end of growing std::string

Tacet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 13 09:47:34 PDT 2023


AdvenamTacet updated this revision to Diff 540086.
AdvenamTacet marked 4 inline comments as done.
AdvenamTacet added a comment.

This update:

- adds a comment explaining why we guard `_LIBCPP_HIDE_FROM_ABI`,
- changes guarded `_LIBCPP_HIDE_FROM_ABI_AFTER_V1` to `_LIBCPP_HIDE_FROM_ABI`.

I will land the patch, if CI stays green.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148693

Files:
  libcxx/include/string

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148693.540086.patch
Type: text/x-patch
Size: 6174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230713/e15ea7e4/attachment-0001.bin>


More information about the libcxx-commits mailing list