Add support for formatv to llvm::Twine.
authorZachary Turner <zturner@google.com>
Sat, 17 Dec 2016 00:38:15 +0000 (00:38 +0000)
committerZachary Turner <zturner@google.com>
Sat, 17 Dec 2016 00:38:15 +0000 (00:38 +0000)
commitde4be35d929ad461383cd4cb608ce1ee4ff38eb5
treeb82d5265cc0c4e716398204e604ef4524a3ee71b
parenta8871b73bb130d370c2093340acf950ceabe81f7
Add support for formatv to llvm::Twine.

Differential Revision: https://reviews.llvm.org/D27835

llvm-svn: 290020
llvm/include/llvm/ADT/Twine.h
llvm/lib/Support/Twine.cpp
llvm/unittests/ADT/TwineTest.cpp