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

Reply via email to