summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/protocol-implementing-class-methods.m
Commit message (Collapse)AuthorAgeFilesLines
* After numerous requests, have Objective-C 'method declared here' notes ↵Ted Kremenek2012-02-271-3/+3
| | | | | | mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035. llvm-svn: 151579
* Don't warn on category implementing a method, if Fariborz Jahanian2011-08-251-0/+13
| | | | | | | declated method in the class belongs to a synthesized property getter/setter. // rdar://10014946 llvm-svn: 138598
* objective-c: warn if implementation of a method in categoryFariborz Jahanian2011-07-281-0/+28
masks an existing method in its primary class, class extensions, and primary class's non-optional protocol methods; as primary class, or one of its subclass's will implement this method. This warning has potential of being noisy so it has its own group. // rdar://7020493 llvm-svn: 136426
OpenPOWER on IntegriCloud