OSDN Git Service

APInt: update asserts for base-36
authorDylan Noblesmith <nobled@dreamwidth.org>
Fri, 16 Dec 2011 20:36:31 +0000 (20:36 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Fri, 16 Dec 2011 20:36:31 +0000 (20:36 +0000)
commitefb0d1e42f266efbd3d15b0c12c0790e90c5be66
treebe8e3eb6d2a45b06b00dceb2959540d9ebc3eb38
parentf9aabb8f32d61d19f57fb4710c06d01a12fedce7
APInt: update asserts for base-36

Hexatridecimal was added in r139695.

And fix the unittest that now triggers the assert.

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