Add APInt support for converting to/from hexatridecimal strings
authorDouglas Gregor <dgregor@apple.com>
Wed, 14 Sep 2011 15:54:46 +0000 (15:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 14 Sep 2011 15:54:46 +0000 (15:54 +0000)
commitdcd999624159842886d4be21efcc3ba0e61bab99
treebf6629e3646a1fbddcb8d79fbb3bf5bcaf59b723
parent436fe8498a0a3368d2690290e805213a0f114d0d
Add APInt support for converting to/from hexatridecimal strings

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