summaryrefslogtreecommitdiff
path: root/test/SemaObjC/arc-type-conversion.m
AgeCommit message (Expand)Author
2014-06-18Objective-C. Revert my patch in r211234.Fariborz Jahanian
2014-06-18Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian
2012-07-27revert r160839 for now.Fariborz Jahanian
2012-07-26objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian
2012-02-25Improve the diagnostic in ARC mode when a conditional with an Objective-C typ...Eli Friedman
2012-02-01Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian
2012-01-31objc-arc: In various diagnostics mention Fariborz Jahanian
2011-10-28[ARC] Do not transfer ARC ownership if the cast is going to result in r-value,Argyrios Kyrtzidis
2011-10-17Teach the ARC compiler to not require __bridge casts whenJohn McCall
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-07-06Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall
2011-07-01[ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis
2011-06-24Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis
2011-06-15Automatic Reference Counting.John McCall