summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/arc.m
Commit message (Expand)AuthorAgeFilesLines
* Add a FIXME and corresponding test coverage for some suspicious behaviorRichard Smith2020-01-101-0/+1
* Clean up and simplify RequireCompleteType.Richard Smith2018-08-071-1/+1
* Remove the fixit for the diagnostics regarding capturing autoreleasing variab...George Karpenkov2018-05-141-13/+7
* Use correct fix-it location for -Wblock-capture-autoreleasingAlex Lorenz2017-02-161-0/+7
* Turn on -Wblock-capture-autoreleasing by default.Akira Hatanaka2017-01-261-1/+1
* [Sema][ObjC] Make sure -Wblock-capture-autoreleasing issues a warningAkira Hatanaka2017-01-261-1/+22
* [Sema][ObjC] Warn about implicitly autoreleasing out-parameters capturedAkira Hatanaka2016-10-241-1/+8
* Some minor ARC diagnostic improvements.John McCall2015-10-211-1/+11
* [Sema] Be consistent about diagnostic wording: always use "cannot".Davide Italiano2015-08-151-1/+1
* Improve the error message for assigning to read-only variables.Richard Trieu2015-04-111-2/+2
* Objective-C. revert patch for rdar://17554063.Fariborz Jahanian2014-10-281-12/+6
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-061-1/+1
* Objective-C ARC. Use of non-retain/autorelease APIFariborz Jahanian2014-08-081-3/+4
* Objective-C arc. Switch the Objective-C dictionary literal in ARC modeFariborz Jahanian2014-08-071-2/+3
* Objective-C ARC. More code for Objective-C'sFariborz Jahanian2014-08-061-1/+5
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-181-1/+17
* Objective-C. Revert my patch in r211234.Fariborz Jahanian2014-06-181-17/+1
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-181-1/+17
* ObjectiveC. ObjectiveC's collection selector expression inFariborz Jahanian2013-10-101-0/+10
* Consolidating the notion of a GNU attribute parameter with the attribute argu...Aaron Ballman2013-08-311-0/+2
* Fix another place where clang check objc selector name instead of checking th...Jean-Daniel Dupas2013-07-191-1/+4
* Objective-C [qoi]: privide typo correction for selectorsFariborz Jahanian2013-06-181-1/+1
* Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers Fariborz Jahanian2013-04-301-0/+11
* When checking the parameter types of an Objective-C method, don'tDouglas Gregor2013-01-181-1/+5
* Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind().Ted Kremenek2012-12-211-2/+6
* Extend checkUnsafeAssigns() to also handle assigning an object literal to a w...Ted Kremenek2012-12-211-0/+31
* Revert "Warn if a __weak variable is initialized with an Objective-C object l...Ted Kremenek2012-12-201-24/+0
* Warn if a __weak variable is initialized with an Objective-C object literal.Ted Kremenek2012-12-201-0/+24
* revert r160839 for now.Fariborz Jahanian2012-07-271-2/+4
* objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian2012-07-261-4/+2
* Capitalize "Objective-C" and "C++" in user-facing contexts.Jordan Rose2012-07-191-1/+1
* objc-arc: warn when assigning retained object toFariborz Jahanian2012-07-061-0/+21
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* After numerous requests, have Objective-C 'method declared here' notes mentio...Ted Kremenek2012-02-271-4/+4
* Only complain about __strong __strong id, not __strong SomeStrongTypedefJohn McCall2012-02-081-2/+0
* Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian2012-02-011-4/+7
* objc-arc: In various diagnostics mention Fariborz Jahanian2012-01-311-4/+4
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-4/+4
* Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor2011-11-141-2/+2
* objc-arc: 'readonly' property of retainable objectFariborz Jahanian2011-11-081-3/+3
* Relax restriction of assigning to 'self' in ARC when a method is attributed w...Ted Kremenek2011-10-251-0/+10
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-2/+2
* objc-arc: Improve arc diagnostic when method is notFariborz Jahanian2011-10-141-0/+17
* objc arc: Suppress certain arc diagnostics on unavailableFariborz Jahanian2011-10-031-0/+6
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* [ARC] Allow forming 'id*' in an unevaluated context. Fixes rdar://10148540.Argyrios Kyrtzidis2011-09-201-0/+2
* objc-arc: @property definitions should default to (strong) when notFariborz Jahanian2011-08-191-4/+2
* Do l-value conversion, etc., on a switch condition expression inJohn McCall2011-08-061-0/+13
* objective-c: reverse patch for // rdar://9818354Fariborz Jahanian2011-08-011-2/+2
* objective-c: warn if implementation of a method in categoryFariborz Jahanian2011-07-281-8/+12
OpenPOWER on IntegriCloud