summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/no-warn-unimpl-method.m
Commit message (Collapse)AuthorAgeFilesLines
* Prep for new warning.Mike Stump2009-07-221-1/+1
| | | | llvm-svn: 76709
* (Next runtime only) check to see if class implements forwardInvocation method Fariborz Jahanian2009-05-221-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
OpenPOWER on IntegriCloud