summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/block-type-safety.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. Consider block pointer as NSObject as well as conforming toFariborz Jahanian2014-06-091-0/+21
* Objective-C. Diagnose assigning a block pointer type toFariborz Jahanian2014-05-301-0/+22
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* objc: fixes a problem in block type comparison involvingFariborz Jahanian2012-02-061-0/+17
* Block return type of the initialized must beFariborz Jahanian2011-03-141-0/+17
* Fixes block type matching bug. Radar 8302845.Fariborz Jahanian2010-08-121-0/+17
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-3/+3
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-4/+4
* Put type restriction on convesion to nonconforming 'id' back in Fariborz Jahanian2010-04-061-0/+10
* Relax the typesafty rules of block pointers types whichFariborz Jahanian2010-04-011-4/+4
* objective-c patch to provide type safty when blocks are passing orFariborz Jahanian2010-03-171-0/+96