[llvm-commits] [PATCH] APInt: add assert on base-36 numbers

Eli Friedman eli.friedman at gmail.com
Tue Dec 13 19:28:24 PST 2011


On Sun, Dec 11, 2011 at 8:51 PM, nobled <nobled at dreamwidth.org> wrote:
> There's no way to write a base-36 literal in C AFAIK, so trying to
> print one like a C literal doesn't make sense. This also fixes the
> respective unittest.

Makes sense to me.  Patch looks fine.

-Eli



More information about the llvm-commits mailing list