Improve NULL-checking for CFRetain/CFRelease. We now remember that the...
Improve NULL-checking for CFRetain/CFRelease. We now remember that the argument was non-NULL, and we report where the null assumption came from (like AttrNonNullChecker already did). llvm-svn: 107633
Showing
- clang/lib/Checker/BasicObjCFoundationChecks.cpp 52 additions, 41 deletionsclang/lib/Checker/BasicObjCFoundationChecks.cpp
- clang/lib/Checker/BasicObjCFoundationChecks.h 0 additions, 3 deletionsclang/lib/Checker/BasicObjCFoundationChecks.h
- clang/test/Analysis/retain-release.m 14 additions, 0 deletionsclang/test/Analysis/retain-release.m
Loading
Please register or sign in to comment