]> granicus.if.org Git - clang/commit
Bug fix in the transfer function for compound assignments: if the value
authorTed Kremenek <kremenek@apple.com>
Sun, 9 Mar 2008 08:12:37 +0000 (08:12 +0000)
committerTed Kremenek <kremenek@apple.com>
Sun, 9 Mar 2008 08:12:37 +0000 (08:12 +0000)
commit3ce9214a9a7003ec7db15b917d15423f79cad556
treec53ece4e04ac73f41006a2d2c07abd0959233d4d
parentefdfa77fecdfc400d18263213f569e0526fea9dc
Bug fix in the transfer function for compound assignments: if the value
of the LHS expressions is Unknown, the value of the entire expression
does not evaluate to the RHS (as is the case with normal assignments).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48102 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRExprEngine.cpp