Add SmallString::str (which returns a StringRef); this is more efficient than
authorDaniel Dunbar <daniel@zuster.org>
Wed, 19 Aug 2009 19:57:55 +0000 (19:57 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 19 Aug 2009 19:57:55 +0000 (19:57 +0000)
commit04087d069a17265b964b30e8210262bbdbc4fbec
treecd772b61d9be63e529fd2547b48659266e6415f5
parentd2a5661d329e4af0d09bc1e59333401e6c3fc13b
Add SmallString::str (which returns a StringRef); this is more efficient than
c_str().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79453 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/SmallString.h