summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/resolve-method-in-global-pool.m
Commit message (Collapse)AuthorAgeFilesLines
* Objective-C. When multiple nullary selectors are found inFariborz Jahanian2014-08-271-0/+21
| | | | | | | | | | global pool in the course of method selection for a messaging expression, select one with the most general return type of 'id'. This is to remove type-mismatch warning (which is useless) as result of random selection of method with more restrictive return type. rdar://18095772 llvm-svn: 216560
* Objective-C. Handle case of multiple class methodsFariborz Jahanian2014-08-131-1/+8
| | | | | | found in global pool as well. rdar://16808765 llvm-svn: 215603
* Objective-C. This patch is to resolve the method used in methodFariborz Jahanian2014-08-131-0/+35
expression to the best method found in global method pools. This is wip. // rdar://16808765 llvm-svn: 215577
OpenPOWER on IntegriCloud