]> granicus.if.org Git - clang/commit
"Implement" GRExprEngine::VisitLValue for ObjCPropertyRefExpr. This is only a bandid...
authorTed Kremenek <kremenek@apple.com>
Fri, 17 Oct 2008 17:24:14 +0000 (17:24 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 17 Oct 2008 17:24:14 +0000 (17:24 +0000)
commitb6b81d1047aeec4f15b90ca1b9d4d7fcff154f7d
treebc531cbff030c43f94298197dbcc9a186d382592
parentd96b35bc6becf8db00d140c11e3d0e53f27567a1
"Implement" GRExprEngine::VisitLValue for ObjCPropertyRefExpr.  This is only a bandid; we need to properly handle properties by using locv/nonloc objects and specially handling property assignments in the transfer function for BinaryOperator.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57693 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/GRExprEngine.cpp
test/Analysis/ObjCProperties.m [new file with mode: 0644]