[llvm-commits] [llvm] r139695 - in /llvm/trunk: include/llvm/ADT/APInt.h lib/Support/APInt.cpp unittests/ADT/APIntTest.cpp
Douglas Gregor
dgregor at apple.com
Wed Sep 14 10:45:48 PDT 2011
On Sep 14, 2011, at 10:43 AM, Alistair Lynn <arplynn at gmail.com> wrote:
> Hi Doug-
>
>> Add APInt support for converting to/from hexatridecimal strings
>
> Out of curiosity, what's the use-case for this?
See the follow-on Clang commit, which uses this for a slightly-more-compact encoding of file names.
More information about the llvm-commits
mailing list