]> granicus.if.org Git - clang/commit
Replace usage of llvm::utostr_32 with just llvm::utostr. While this is less efficient...
authorCraig Topper <craig.topper@gmail.com>
Sun, 31 Jan 2016 04:20:03 +0000 (04:20 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 31 Jan 2016 04:20:03 +0000 (04:20 +0000)
commit1f64ddbc4c5d1036b68ec896765a7535537ded85
tree01923f3b1ae4668283e6d408c1d8c1f41c64b66d
parenta0d5dbf5e8d9532d6581c5b221d798094bc97e82
Replace usage of llvm::utostr_32 with just llvm::utostr. While this is less efficient, its unclear that the one place using the _32 version was doing so for efficiency.

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