[PATCH] Adding SmallString support to raw_ostream and Twine

Yaron Keren yaron.keren at gmail.com
Sat Nov 22 10:34:50 PST 2014


This is the first part of making  SmallString::str() return std::string, adding SmallString support to raw_ostream and Twine so that we would be able to remove str() usage for these frequent cases. I broke this from http://reviews.llvm.org/D6336 for easier review.

http://reviews.llvm.org/D6372

Files:
  include/llvm/ADT/Twine.h
  include/llvm/Support/raw_ostream.h
  lib/Support/Twine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6372.16528.patch
Type: text/x-patch
Size: 6063 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141122/e63818fc/attachment.bin>


More information about the cfe-commits mailing list