]> granicus.if.org Git - clang/commit
The ABI settled on mangling float literals with lowercase hex dumps.
authorJohn McCall <rjmccall@apple.com>
Sun, 24 Apr 2011 03:07:16 +0000 (03:07 +0000)
committerJohn McCall <rjmccall@apple.com>
Sun, 24 Apr 2011 03:07:16 +0000 (03:07 +0000)
commit1b6005285e234bc30698917b2d3abb2f1f98bc77
tree8146e02d9df56bb729b851827049e86d222bba05
parent1501ba306cf9370e409db42991cb636232237b11
The ABI settled on mangling float literals with lowercase hex dumps.
APInt::toString doesn't do those, but it's easy to postprocess that output,
and that's probably better than adding another knob to that method.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130081 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ItaniumMangle.cpp
test/CodeGenCXX/mangle.cpp