summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/arc-type-conversion.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. Revert my patch in r211234.Fariborz Jahanian2014-06-181-1/+3
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-181-3/+1
* revert r160839 for now.Fariborz Jahanian2012-07-271-0/+2
* objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian2012-07-261-2/+0
* Improve the diagnostic in ARC mode when a conditional with an Objective-C typ...Eli Friedman2012-02-251-0/+6
* Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian2012-02-011-3/+7
* objc-arc: In various diagnostics mention Fariborz Jahanian2012-01-311-3/+3
* [ARC] Do not transfer ARC ownership if the cast is going to result in r-value,Argyrios Kyrtzidis2011-10-281-0/+8
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-4/+7
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* [ARC] When casting from a pointer to an objective-c object with known ownersh...Argyrios Kyrtzidis2011-07-011-2/+24
* Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis2011-06-241-1/+1
* Automatic Reference Counting.John McCall2011-06-151-0/+55