[libcxx-commits] [PATCH] D148566: [libcxxabi] copy back std::string_view patches from LLVM
Nick Desaulniers via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 17 13:43:11 PDT 2023
nickdesaulniers created this revision.
nickdesaulniers added reviewers: MaskRay, erichkeane.
Herald added a project: All.
nickdesaulniers requested review of this revision.
Herald added a project: libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++abi.
I made a series of changes to LLVM's demangle in:
- D148348 <https://reviews.llvm.org/D148348>
- D148353 <https://reviews.llvm.org/D148353>
- D148363 <https://reviews.llvm.org/D148363>
- D148375 <https://reviews.llvm.org/D148375>
and so did Fangrui in 3ece37b3fa2c <https://reviews.llvm.org/rG3ece37b3fa2c14157ad02967b867570c6a0c08e8>.
I didn't notice the banner about there being two copies of this in tree
and was modifying the downstream versions. Copy these changes back to
the upstream version. Oops!
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148566
Files:
libcxxabi/src/demangle/ItaniumDemangle.h
libcxxabi/src/demangle/StringView.h
libcxxabi/src/demangle/Utility.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148566.514391.patch
Type: text/x-patch
Size: 30423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230417/6e714743/attachment-0001.bin>
More information about the libcxx-commits
mailing list