[LLVMbugs] [Bug 14869] New: clang-sa doesn't warn for missing -dealloc, or missing -release for synthesized @strong properties

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 8 22:52:10 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=14869

             Bug #: 14869
           Summary: clang-sa doesn't warn for missing -dealloc, or missing
                    -release for synthesized @strong properties
           Product: clang
           Version: 3.1
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
        AssignedTo: kremenek at apple.com
        ReportedBy: jim.correia at pobox.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9840
  --> http://llvm.org/bugs/attachment.cgi?id=9840
Sample code

Expect that clang-sa will carp about the missing -dealloc in Foo, and that it
will carp about the missing [_name release] in -[Bar dealloc].

It does neither.

-- 
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