[StaticAnalyzer] Fix android build
authorPavel Labath <labath@google.com>
Mon, 16 Jan 2017 15:57:07 +0000 (15:57 +0000)
committerPavel Labath <labath@google.com>
Mon, 16 Jan 2017 15:57:07 +0000 (15:57 +0000)
commitd570a61a6c0b5f57533f628b4920920a30160924
tree13d11e1328d2a6f7ce3621eda9a6c3ab58d9ef98
parent0032d8733760e7d018477a9c0e72c3e84f3c5752
[StaticAnalyzer] Fix android build

std::to_string is not available in the android NDK. Use llvm::to_string instead.

Committing as obvious.

llvm-svn: 292141
clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp