Support/ADT/Twine: Add toNullTerminatedStringRef.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 1 Dec 2010 20:37:30 +0000 (20:37 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 1 Dec 2010 20:37:30 +0000 (20:37 +0000)
commit7dc7ac3cb20b7ef8e6febe0ac3bc430230f29893
tree8f8f6241c8d337970dc397842482c4279e1ea9c0
parentf00140c8e16936aac3f51cc5607168f6982a987a
Support/ADT/Twine: Add toNullTerminatedStringRef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120600 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Twine.h
lib/Support/Twine.cpp
unittests/ADT/TwineTest.cpp