[LLVMbugs] [Bug 11675] New: Improvement for Objective-C code analyzing

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 29 00:25:52 PST 2011


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

             Bug #: 11675
           Summary: Improvement for Objective-C code analyzing
           Product: clang
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
        AssignedTo: kremenek at apple.com
        ReportedBy: eugene.v.smirnov at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


I believe that this check will be good
1) Check when objects has custom implementation for -[NSObject isEqual] but
-[NSObject hash] is not implemented
2) Warning when comparing two NSObjects using == operator;

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