[PATCH] D106186: Avoid keeping internal string_views in Twine.

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 16 16:48:44 PDT 2021


saugustine updated this revision to Diff 359484.
saugustine added a comment.

This revision switches from a StringRef to an explicit pointer
and length.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106186

Files:
  llvm/include/llvm/ADT/Twine.h
  llvm/lib/Support/Twine.cpp
  llvm/unittests/ADT/TwineTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106186.359484.patch
Type: text/x-patch
Size: 4871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210716/4e501abf/attachment.bin>


More information about the llvm-commits mailing list