Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | After numerous requests, have Objective-C 'method declared here' notes ↵ | Ted Kremenek | 2012-02-27 | 1 | -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 Jahanian | 2011-08-25 | 1 | -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 category | Fariborz Jahanian | 2011-07-28 | 1 | -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 |