[LLVMbugs] [Bug 7533] New: CFRelease() not counted for obj-c ivars when using -analyzer-check-objc-missing-dealloc
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 30 12:23:25 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7533
Summary: CFRelease() not counted for obj-c ivars when using
-analyzer-check-objc-missing-dealloc
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Static Analyzer
AssignedTo: kremenek at apple.com
ReportedBy: kevin at sb.org
CC: llvmbugs at cs.uiuc.edu
When the Clang static analyzer is run against an Obj-C codebase with the
-analyzer-check-objc-missing-dealloc flag set, it warns about not releasing
obj-c ivars in dealloc if the ivars were released using CFRelease() instead of
-release.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list