StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp: Appease msvc.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 3 Nov 2012 13:59:36 +0000 (13:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 3 Nov 2012 13:59:36 +0000 (13:59 +0000)
commitba15a7974a54f399fe97c02799af955f52198a67
treec74be9b504cb3bdb2e36473f4167e007c9bbc78a
parenta318ef6fa6042c852e41310096eb77f17c3cfcae
StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp: Appease msvc.

0 (as nullptr) is incompatible to pointer in type matching on msvc.

llvm-svn: 167355
clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp