]> granicus.if.org Git - clang/commit
[analyzer] Restore behavior change introduced by r247657.
authorDevin Coughlin <dcoughlin@apple.com>
Tue, 15 Sep 2015 03:28:27 +0000 (03:28 +0000)
committerDevin Coughlin <dcoughlin@apple.com>
Tue, 15 Sep 2015 03:28:27 +0000 (03:28 +0000)
commite584e48e4cb31bdb313ca5978410634a6fe25bef
tree9858b106172a0b8ff9d1275f467dec71c01478da
parent4152b49377727d775d601244f333a84d17bcd169
[analyzer] Restore behavior change introduced by r247657.

r247657 fixed warnings about unused variables when compiling without asserts
but changed behavior. This commit restores the old behavior but still suppresses
the warnings.

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