[analyzer] Propagate the checker's state from checkBranchCondition
authorAnna Zaks <ganna@apple.com>
Fri, 14 Dec 2012 19:08:20 +0000 (19:08 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 14 Dec 2012 19:08:20 +0000 (19:08 +0000)
commita40bcac0ef14489e0cbde6c5637598ceae3f77d8
tree9f18bf6e7e7a7f17627b252a3d0f3e9c91c266c7
parent5f2af81e793731cdd3a66deff7947528ba127d1b
[analyzer] Propagate the checker's state from checkBranchCondition

Fixes a bug, where we were dropping the state modifications from the
checkBranchCondition checker callback.

llvm-svn: 170232
clang/lib/StaticAnalyzer/Core/ExprEngine.cpp