Introduce StringBuilder utility around raw_string_ostream

Chandler Carruth chandlerc at google.com
Thu Jun 12 11:31:38 PDT 2014


On Thu, Jun 12, 2014 at 5:21 PM, James Molloy <james at jamesmolloy.co.uk>
wrote:

> FWIW, I like Alp's suggestion. There are a bunch of ways to do string
> building in LLVM (Twine, raw_string_ostream, std::stringstream). I'd
> appreciate a single mechanism for making strings.


But that's not what we would get. As has already been discussed, the
proposed interface would not replace real use cases for raw_string_ostream,
and it's going to be quite far from replacing the use cases of Twine.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140612/58fa2a86/attachment.html>


More information about the llvm-commits mailing list