Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Objective-C. When multiple nullary selectors are found in | Fariborz Jahanian | 2014-08-27 | 1 | -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 methods | Fariborz Jahanian | 2014-08-13 | 1 | -1/+8 |
| | | | | | | found in global pool as well. rdar://16808765 llvm-svn: 215603 | ||||
* | Objective-C. This patch is to resolve the method used in method | Fariborz Jahanian | 2014-08-13 | 1 | -0/+35 |
expression to the best method found in global method pools. This is wip. // rdar://16808765 llvm-svn: 215577 |