]> granicus.if.org Git - clang/commit
Per discussion on cxx-abi-dev, don't drop leading zeroes from the
authorJohn McCall <rjmccall@apple.com>
Mon, 30 Jan 2012 18:36:31 +0000 (18:36 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 30 Jan 2012 18:36:31 +0000 (18:36 +0000)
commit0c8731a2724e1aee3b908dcfd589a89d4b7938e9
tree0e312ced06bdf39a93c3e1c0cd70640766bb6a7e
parent013b3668b67c8cb3ad2ee516c5607a3eba11829f
Per discussion on cxx-abi-dev, don't drop leading zeroes from the
mangling of floating-point literals.  I just went ahead and
reimplemented toString() here;  if someone wants to generalize
the library routine to do this, or feels strongly that we should
be post-processing, please feel free.

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