summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/kindof.m
Commit message (Expand)AuthorAgeFilesLines
* [ObjC generics] Fix applying `__kindof` to the type parameter.Volodymyr Sapsai2019-02-161-0/+52
* ObjectiveC Generics: Start using ObjCTypeParamType.Manman Ren2016-09-131-1/+9
* ObjectiveC: canonicalize "kindof id" to "id".Manman Ren2016-05-201-1/+22
* ObjC kindof: set the type of a conditional expression when involving kindof.Manman Ren2016-05-061-1/+33
* ObjC kindof: order the methods in global pool relative to availability.Manman Ren2016-04-131-0/+13
* ObjC kindof: check the context when inserting methods to global pool.Manman Ren2016-04-091-0/+14
* [ObjC kindof] Use type bound to filter out the candidate methods.Manman Ren2016-04-071-2/+14
* [Objective-c] Fix a crash that occurs when ObjCTypeParamList::back() isAkira Hatanaka2015-12-161-0/+16
* s/__nonnull/_Nonnull in a test for Objective-C __kindof.Douglas Gregor2015-07-071-1/+1
* Implement the Objective-C __kindof type qualifier.Douglas Gregor2015-07-071-0/+304