summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/arc.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up the analysis of the collection operand to ObjCJohn McCall2011-07-271-0/+7
* In ARC we emit an error when compiling:Argyrios Kyrtzidis2011-07-261-3/+15
* objective-c: Any use of @synthesize or @dynamic lexically after a method (or ...Fariborz Jahanian2011-07-221-2/+2
* In ARC mode, consider Objective-C lifetime types (object pointers andDouglas Gregor2011-07-121-0/+8
* [ARC] Complain about property without storage attribute when @synthesizing it...Argyrios Kyrtzidis2011-07-121-1/+12
* Change the driver's logic about Objective-C runtimes: abstract out aJohn McCall2011-07-061-1/+1
* Fix the warning that is emitted when an ownership attribute is applied incorr...Argyrios Kyrtzidis2011-07-011-0/+2
* ARC writeback isn't supposed to apply to local indirect pointers,John McCall2011-06-271-0/+13
* objc-arc/mrc: Allow ns_returns_not_retained attribute on propertiesFariborz Jahanian2011-06-251-0/+20
* objc-arc: Check on a variety of unsafe assignment of retained Fariborz Jahanian2011-06-241-2/+2