]> granicus.if.org Git - clang/commit
Avoid use of std::to_string. NFC.
authorVedant Kumar <vsk@apple.com>
Mon, 12 Dec 2016 18:47:33 +0000 (18:47 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 12 Dec 2016 18:47:33 +0000 (18:47 +0000)
commit4404557edb3cbaaa20f755e9eeb8ffacbf5af457
treee8cfff660530a49f72ac6e50767fa69cb7c3981f
parentc0415b042f19abd495aff8ccbfcd226fcef1ce93
Avoid use of std::to_string. NFC.

Apparently this routine isn't available on some Android platforms. See
the mailing list thread re: D21695.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289452 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp