]> granicus.if.org Git - clang/commit
Add transfer function support for ObjCIvarRefExpr.
authorTed Kremenek <kremenek@apple.com>
Fri, 17 Oct 2008 00:03:18 +0000 (00:03 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 17 Oct 2008 00:03:18 +0000 (00:03 +0000)
commit97ed4f68f5dba3e21e7a490ef0f9ffd3bfead7f8
treef3a66afc6ddebc3798f677f7934921cc95644c77
parentc6f7345e44e079f373d6bdecaa06c7e06574dc27
Add transfer function support for ObjCIvarRefExpr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57654 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathSensitive/GRExprEngine.h
include/clang/Analysis/PathSensitive/GRState.h
include/clang/Analysis/PathSensitive/Store.h
lib/Analysis/BasicStore.cpp
lib/Analysis/GRExprEngine.cpp