Yaron Keren 1132d0cc5b Teach raw_ostream to accept SmallString.
Saves adding .str() call to any raw_ostream << SmallString usage
and a small step towards making .str() consistent in the ADTs by
removing one of the SmallString::str() use cases, discussion at

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20141013/240026.html

I'll update the Phabricator patch http://reviews.llvm.org/D6372
for review of the Twine SmallString support, it's more complex
than this one.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231763 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-10 07:33:23 +00:00
..
2014-11-03 10:58:05 +00:00
2015-03-09 18:40:45 +00:00
2015-03-04 07:35:04 +00:00
2014-10-16 10:10:07 +00:00
2014-12-04 16:59:36 +00:00
2014-11-04 12:35:47 +00:00
2015-01-26 17:35:56 +00:00