llvm-project/clang/test/Analysis-Apple
Ted Kremenek a7c44113bc Changed behavior of how we handle "NULL" summaries: just call
GRSimpleVals::EvalCal(), and don't change reference counts.

Remove "getDoNothingSummary()", as a NULL summary does the same thing.

Added temporary hack for the "Get" rule for objects that return a pointer type:
treat them as non-owned CF objects.

Added test case to detect the release of a non-owned object.

llvm-svn: 49555
2008-04-11 20:11:19 +00:00
..
CFDate.c Fixed some logic errors in the CF ref count checker; we now can detect simple 2008-04-10 23:44:06 +00:00
CFString.c Changed behavior of how we handle "NULL" summaries: just call 2008-04-11 20:11:19 +00:00
NSString.m Refactored all logic to run the GRSimpleVals and CFRef checker into a common 2008-04-10 22:16:52 +00:00
uninit-msg-expr.m Refactored all logic to run the GRSimpleVals and CFRef checker into a common 2008-04-10 22:16:52 +00:00