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)
commit4881bdf1413aed8163e96c01e12f416cb61908a1
tree3ffcd1fe13b8cbe76cc376f146cf5745bc09d5f1
parente50f4854c22459b8378ccc538b49b05bbd197c25
Avoid use of std::to_string. NFC.

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

llvm-svn: 289452
clang/lib/CodeGen/CGExpr.cpp