summaryrefslogtreecommitdiff
path: root/test/SemaObjC/arc-bridged-cast.m
AgeCommit message (Expand)Author
2015-04-09[Objective-C Sema] It is permissable to bridge cast to 'id'Fariborz Jahanian
2015-03-10Recognize objc_bridge(id) on bridged casts to CF types.John McCall
2013-11-14Revert r194663 and r194647.Ted Kremenek
2013-11-14Refine -Wunused-variable to only suppress warning for __bridge_transfer, not ...Ted Kremenek
2013-11-14Suppress -Wunused-variable when initializer uses bridge casts for memory mana...Ted Kremenek
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2012-07-27objc-arc: change per Jordy's comments.Fariborz Jahanian
2012-07-27objective-c arc: When function calls with known CFCreate naming conventionFariborz Jahanian
2012-07-27revert r160839 for now.Fariborz Jahanian
2012-07-26objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian
2012-06-07Insert a space if necessary when suggesting CFBridgingRetain/Release.Jordan Rose
2012-02-01Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian
2012-01-31objc-arc: In various diagnostics mention Fariborz Jahanian
2011-12-19objc-arc: bridge casts in non-objc-arc mode are ignord.Fariborz Jahanian
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-06-17Only accept __bridge_retain in system headers, as Doug suggested.John McCall
2011-06-17As a hopefully temporary workaround for a header mistake, treatJohn McCall
2011-06-15Automatic Reference Counting.John McCall