]> granicus.if.org Git - clang/commit
C++ static analysis: also invalidate fields of objects that are the callees in C...
authorTed Kremenek <kremenek@apple.com>
Mon, 11 Apr 2011 22:22:05 +0000 (22:22 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 11 Apr 2011 22:22:05 +0000 (22:22 +0000)
commit9fec9b1fbd32e71ce8acb701165fd6649b3d8285
treebe0f7b849e2ee77a96d710daa3a6046163e6c7b2
parentd762357055f3d82959604743dbff20ca337e04be
C++ static analysis: also invalidate fields of objects that are the callees in C++ method calls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129308 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h
lib/StaticAnalyzer/Core/CFRefCount.cpp
lib/StaticAnalyzer/Core/ObjCMessage.cpp
test/Analysis/misc-ps-region-store.cpp