Clarify that Twine::toVector *appends* the Twine to the given SmallString.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 15 Apr 2015 11:27:32 +0000 (11:27 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 15 Apr 2015 11:27:32 +0000 (11:27 +0000)
commit97bf08c212891cdbb7a9318c882b5d393227cfcc
treef3df3d04c22c5889ed8b7760803980bb166064f1
parentf72ee4c2753650d4ea155c091bad725f236f7915
Clarify that Twine::toVector *appends* the Twine to the given SmallString.

That's the way it works now, since toVector does not clear the given
SmallString before printing to it.

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