Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prep for new warning. | Mike Stump | 2009-07-22 | 1 | -1/+1 |
| | | | | llvm-svn: 76709 | ||||
* | (Next runtime only) check to see if class implements forwardInvocation method | Fariborz Jahanian | 2009-05-22 | 1 | -0/+42 |
and objects of this class are derived from 'NSProxy'. Under such conditions, which means that every method possible is implemented in the class, we should not issue "Method definition not found" warnings. llvm-svn: 72267 |