]> granicus.if.org Git - clang/commit
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)
commit0a591c242b867844d483091cae546e294bbee312
tree10dc5c5106d6a564533f262b27501e0f3cee70e4
parent9cb1c3de9df7d944f0c5cccaf03fa414036487eb
StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp: Appease msvc.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167355 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp