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

            Bug ID: 17930
           Summary: Required protocol methods warn with -Wselector
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 11540
  --> http://llvm.org/bugs/attachment.cgi?id=11540&action=edit
Minimal repro

I've found that strict selector matching (-Wselector) behaves differently with
@required and @optional protocol methods. 

The minimal repro file shows this difference.

I would prefer -Wselector to not warn in either case. This affects my project
because I want the benefit of selector matching without triggering false
positive warnings when using required protocols.

related to http://llvm.org/bugs/show_bug.cgi?id=11960

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