[LLVMbugs] [Bug 11960] New: protocol methods trigger an unimplemented selector warning
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Feb 9 11:24:22 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11960
Bug #: 11960
Summary: protocol methods trigger an unimplemented selector
warning
Product: clang
Version: 3.0
Platform: PC
OS/Version: MacOS X
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: balicki.aleksander at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 8027
--> http://llvm.org/bugs/attachment.cgi?id=8027
minimal test case showing the bug
Compiled with "Multiple Definition Types for Selector" warnings.
In the attached piece of code the warning says that "Unimplemented selector for
METHODNAME", it shouldn't ask for the selector implementation, since it knows,
that the object conforms to the protocol and there is no need to implement the
method in this file. The method can be in an another file.
--
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