summaryrefslogtreecommitdiff
path: root/test/SemaObjC/kindof.m
AgeCommit message (Expand)Author
2016-09-13ObjectiveC Generics: Start using ObjCTypeParamType.Manman Ren
2016-05-20ObjectiveC: canonicalize "kindof id" to "id".Manman Ren
2016-05-06ObjC kindof: set the type of a conditional expression when involving kindof.Manman Ren
2016-04-13ObjC kindof: order the methods in global pool relative to availability.Manman Ren
2016-04-09ObjC kindof: check the context when inserting methods to global pool.Manman Ren
2016-04-07[ObjC kindof] Use type bound to filter out the candidate methods.Manman Ren
2015-12-16[Objective-c] Fix a crash that occurs when ObjCTypeParamList::back() isAkira Hatanaka
2015-07-07s/__nonnull/_Nonnull in a test for Objective-C __kindof.Douglas Gregor
2015-07-07Implement the Objective-C __kindof type qualifier.Douglas Gregor