summaryrefslogtreecommitdiff
path: root/test/SemaObjC/arc.m
AgeCommit message (Expand)Author
2017-02-16Use correct fix-it location for -Wblock-capture-autoreleasingAlex Lorenz
2017-01-26Turn on -Wblock-capture-autoreleasing by default.Akira Hatanaka
2017-01-26[Sema][ObjC] Make sure -Wblock-capture-autoreleasing issues a warningAkira Hatanaka
2016-10-24[Sema][ObjC] Warn about implicitly autoreleasing out-parameters capturedAkira Hatanaka
2015-10-21Some minor ARC diagnostic improvements.John McCall
2015-08-15[Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano
2015-04-11Improve the error message for assigning to read-only variables.Richard Trieu
2014-10-28Objective-C. revert patch for rdar://17554063.Fariborz Jahanian
2014-09-06Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith
2014-08-08Objective-C ARC. Use of non-retain/autorelease APIFariborz Jahanian
2014-08-07Objective-C arc. Switch the Objective-C dictionary literal in ARC modeFariborz Jahanian
2014-08-06Objective-C ARC. More code for Objective-C'sFariborz Jahanian
2014-06-18Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian
2014-06-18Objective-C. Revert my patch in r211234.Fariborz Jahanian
2014-06-18Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian
2013-10-10ObjectiveC. ObjectiveC's collection selector expression inFariborz Jahanian
2013-08-31Consolidating the notion of a GNU attribute parameter with the attribute argu...Aaron Ballman
2013-07-19Fix another place where clang check objc selector name instead of checking th...Jean-Daniel Dupas
2013-06-18Objective-C [qoi]: privide typo correction for selectorsFariborz Jahanian
2013-04-30Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers Fariborz Jahanian
2013-01-18When checking the parameter types of an Objective-C method, don'tDouglas Gregor
2012-12-21Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind().Ted Kremenek
2012-12-21Extend checkUnsafeAssigns() to also handle assigning an object literal to a w...Ted Kremenek
2012-12-20Revert "Warn if a __weak variable is initialized with an Objective-C object l...Ted Kremenek
2012-12-20Warn if a __weak variable is initialized with an Objective-C object literal.Ted Kremenek
2012-07-27revert r160839 for now.Fariborz Jahanian
2012-07-26objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian
2012-07-19Capitalize "Objective-C" and "C++" in user-facing contexts.Jordan Rose
2012-07-06objc-arc: warn when assigning retained object toFariborz Jahanian
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-02-27After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek
2012-02-08Only complain about __strong __strong id, not __strong SomeStrongTypedefJohn McCall
2012-02-01Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian
2012-01-31objc-arc: In various diagnostics mention Fariborz Jahanian
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2011-11-14Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor
2011-11-08objc-arc: 'readonly' property of retainable objectFariborz Jahanian
2011-10-25Relax restriction of assigning to 'self' in ARC when a method is attributed w...Ted Kremenek
2011-10-17Teach the ARC compiler to not require __bridge casts whenJohn McCall
2011-10-14objc-arc: Improve arc diagnostic when method is notFariborz Jahanian
2011-10-03objc arc: Suppress certain arc diagnostics on unavailableFariborz Jahanian
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-20[ARC] Allow forming 'id*' in an unevaluated context. Fixes rdar://10148540.Argyrios Kyrtzidis
2011-08-19objc-arc: @property definitions should default to (strong) when notFariborz Jahanian
2011-08-06Do l-value conversion, etc., on a switch condition expression inJohn McCall
2011-08-01objective-c: reverse patch for // rdar://9818354Fariborz Jahanian
2011-07-28objective-c: warn if implementation of a method in categoryFariborz Jahanian
2011-07-27Clean up the analysis of the collection operand to ObjCJohn McCall
2011-07-26In ARC we emit an error when compiling:Argyrios Kyrtzidis
2011-07-22objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...Fariborz Jahanian