summaryrefslogtreecommitdiff
path: root/test/SemaObjC/default-synthesize-1.m
AgeCommit message (Expand)Author
2017-08-15[Sema] Silence -Wobjc-missing-property-synthesis for unavailable propertiesAlex Lorenz
2015-10-08[MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enumDavid Majnemer
2015-10-08Update a few more tests in response to the MS ABI enum semanticsDavid Majnemer
2014-10-10Objective-C [qoi]. When reporting that a property is notFariborz Jahanian
2014-08-29Objective-C. Tweak diagnosing properties that are not auto-synthesized.Fariborz Jahanian
2014-07-28Objective-C. Improve diagnostic when property isFariborz Jahanian
2014-07-26Objective-C. Issue more warning diagnostic when certainFariborz Jahanian
2013-09-27Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola
2012-05-03objective-c: warn for properties being default synthesizedFariborz Jahanian
2012-05-01Add a missing RequireCompleteType call when synthesizing properties. <rdar:/...Eli Friedman
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-27Include prefix with default synthesized ivars.Ted Kremenek
2011-08-31objective-c: this patch (re)introduces objective-c's default propertyFariborz Jahanian
2011-01-04Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.Fariborz Jahanian
2010-12-23Add -fobjc-default-synthesized-properties flagTed Kremenek
2010-08-25No need to default synthesize property if implementation Fariborz Jahanian
2010-07-17Another test case for on demand synthesis of ivars.Fariborz Jahanian