aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/arc-decls.m
AgeCommit message (Expand)Author
2019-09-07[Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka
2019-07-26Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka
2019-07-13[Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka
2019-02-07[Sema][ObjC] Disallow non-trivial C struct fields in unions.Akira Hatanaka
2018-02-28[ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka
2018-02-06[Sema][ObjC] Use SmallSetVector to fix a failing test on the reverseAkira Hatanaka
2015-01-16Suggest objc_method_family(none) for a property named -newFoo or similar.Jordan Rose
2014-01-10ObjectiveC. 1) Warn when @dynamic (as well as synthesize) Fariborz Jahanian
2013-11-19ObjectiveC ARC. Removes a bogus warning when a weak Fariborz Jahanian
2013-10-26ObjectiveC arc. Warn when an implicitly 'strong' property Fariborz Jahanian
2013-09-01Improving objc_ownership attribute test coverage.Aaron Ballman
2013-01-28Undo my re-wording of the "ARC forbids Objective-C objects in ..."Douglas Gregor
2013-01-28Forbid the use of objects in unions in Objective-C++ ARC. FixesDouglas Gregor
2012-08-28objective-C arc: ns_returns_retained is a type attribute in ARC,Fariborz Jahanian
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-01-26Don't suppress access-control or invalid-type diagnostics from aJohn McCall
2011-12-12objc-arc: better diagnostic when block is declaredFariborz Jahanian
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-27objcetive-c-arc: When overriding a method, its ns_consumed patameterFariborz Jahanian
2011-06-24Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ...Argyrios Kyrtzidis
2011-06-15Automatic Reference Counting.John McCall