Twine: Provide [u]int{32,64} conversions via implicit constructors instead of
authorDaniel Dunbar <daniel@zuster.org>
Thu, 30 Jul 2009 03:47:15 +0000 (03:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 30 Jul 2009 03:47:15 +0000 (03:47 +0000)
commit0165a2ca897598bb95baec031362921565e24f2b
treee86f0c3785829879dde86657f0639df9504ad31a
parent713395950a615b2fb932fc25a6723612ca09b23c
Twine: Provide [u]int{32,64} conversions via implicit constructors instead of
explicitly.

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