aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/block-type-safety.m
AgeCommit message (Expand)Author
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-02-06objc: fixes a problem in block type comparison involvingFariborz Jahanian
2011-03-14Block return type of the initialized must beFariborz Jahanian
2010-08-12Fixes block type matching bug. Radar 8302845.Fariborz Jahanian
2010-04-22Whenever we complain about a failed initialization of a function orDouglas Gregor
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-04-06Put type restriction on convesion to nonconforming 'id' back in Fariborz Jahanian
2010-04-01Relax the typesafty rules of block pointers types whichFariborz Jahanian
2010-03-17objective-c patch to provide type safty when blocks are passing orFariborz Jahanian