Introduce StringBuilder utility around raw_string_ostream

Chandler Carruth chandlerc at google.com
Thu Jun 26 17:56:36 PDT 2014


On Fri, Jun 27, 2014 at 1:55 AM, David Blaikie <dblaikie at gmail.com> wrote:

> Realized of course that since raw_string_ostream::str returns a
> std::string&
>

FWIW, I don't see any fundamental problem switching this to return a
StringRef -- callers probably should be accepting it even if they aren't
already.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140627/47b239b7/attachment.html>


More information about the llvm-commits mailing list