]> granicus.if.org Git - clang/commit
Fixed transfer function for casts to always evaluate the effects of the
authorTed Kremenek <kremenek@apple.com>
Tue, 19 Feb 2008 18:52:54 +0000 (18:52 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 19 Feb 2008 18:52:54 +0000 (18:52 +0000)
commit5d3003a9d10cc6da4ef716c350bf53c187774c93
treeadc4284bfc4cfafdb3d8a143a4e654e00eacfce5
parent402563b86a2de8a2cb82e2de3c895a3dd8924ca0
Fixed transfer function for casts to always evaluate the effects of the
cast's subexpression even if the cast itself has no effect.

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