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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to