summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC
Commit message (Expand)AuthorAgeFilesLines
* Add category test case for attribute 'objc_protocol_requires_explicit_impleme...Ted Kremenek2014-02-271-2/+17
* Sema: When merging objc string literals, give the result a constant array type.Benjamin Kramer2014-02-251-0/+3
* [ObjC] Make attribute 'objc_protocol_requires_explicit_implementation' behave...Ted Kremenek2014-02-221-0/+13
* Add requirement that attribute 'objc_protocol_requires_explicit_implementatio...Ted Kremenek2014-02-211-0/+3
* [ObjC] add support for properties in attribute 'objc_protocol_requires_explic...Ted Kremenek2014-02-211-2/+10
* [Objective-C Sema]. Warn when an indirectly overridden propertyFariborz Jahanian2014-02-151-0/+26
* 'nonnull(1)' on a block parameter should apply to the block's argument.Jordan Rose2014-02-111-0/+7
* Objective-C. Revert patch r193003 for furtherFariborz Jahanian2014-02-071-24/+4
* Objective-C. Fixes a bug where "new" family attributeFariborz Jahanian2014-01-281-0/+14
* Another test for patch for // rdar://15890251Fariborz Jahanian2014-01-271-0/+6
* ObjectiveC. Fixes a bug in recognition of an ivarFariborz Jahanian2014-01-271-0/+25
* ObjectiveC. When introducing a new property declaration in Fariborz Jahanian2014-01-271-0/+12
* ObjectiveC. When issuing property implementation isFariborz Jahanian2014-01-221-0/+23
* Add basic checking for returning null from functions/methods marked 'returns_...Ted Kremenek2014-01-221-1/+5
* Wire up basic parser/sema support for attribute 'returns_nonnull'.Ted Kremenek2014-01-201-0/+3
* Add more test cases for attribute 'objc_protocol_requires_explicit_implementa...Ted Kremenek2014-01-171-11/+44
* Enhance attribute 'nonnull' to be applicable to parameters directly (infix).Ted Kremenek2014-01-171-0/+14
* ObjectiveC. Improve on diagnostics per Jordan's feedback.Fariborz Jahanian2014-01-151-3/+3
* ObjectiveC. produce more expressive warning whenFariborz Jahanian2014-01-141-3/+3
* ObjectiveC. Remove warning on mismatched methodsFariborz Jahanian2014-01-101-7/+7
* ObjectiveC. 1) Warn when @dynamic (as well as synthesize) Fariborz Jahanian2014-01-101-6/+14
* Have attribute 'objc_precise_lifetime' suppress -Wunused.Ted Kremenek2014-01-091-0/+9
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-031-0/+23
* Reworded the NSObject attribute diagnostics to be more consistent with other ...Aaron Ballman2014-01-021-4/+4
* ObjectiveC. Remove false positive warning for missing propertyFariborz Jahanian2014-01-021-0/+20
* Updated the wording of two attribute-related diagnostics so that they print t...Aaron Ballman2014-01-021-1/+1
* ObjectiveC. Class methods must be ignored when looking forFariborz Jahanian2014-01-021-0/+13
* Wordsmith "maybe" into "may be" in diagnostic, and move warning under flag.Ted Kremenek2013-12-192-11/+11
* After discussing with John McCall, removing the ns_bridged attribute as it is...Aaron Ballman2013-12-191-15/+0
* ObjectiveC. Sema test for property, methods Fariborz Jahanian2013-12-191-0/+9
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-1811-36/+35
* ObjectiveC. Fixes the sentence in a diagnostic.Fariborz Jahanian2013-12-181-1/+1
* ObjectiveC. typo fix in my last patch,Fariborz Jahanian2013-12-181-2/+2
* Objctive-C. warn if dealloc is being overridden inFariborz Jahanian2013-12-171-2/+18
* ObjectiveC. Further improvements of useFariborz Jahanian2013-12-162-18/+18
* Fix test containing backslash and newline separated by spaceAlp Toker2013-12-141-1/+1
* [objc] Add a test to make sure that a class can add a secondary initializer v...Argyrios Kyrtzidis2013-12-141-1/+20
* Objective-C. Remove obsolete option from test.Fariborz Jahanian2013-12-131-1/+1
* Objective-C. Do not issue warning when 'readonly'Fariborz Jahanian2013-12-134-17/+18
* Refine 'objc_protocol_requires_explicit_implementation' attribute to better h...Ted Kremenek2013-12-131-0/+46
* Change 'method X in protocol not implemented' warning to include the name of ...Ted Kremenek2013-12-137-21/+18
* [objc] If we don't know for sure what the designated initializers of the supe...Argyrios Kyrtzidis2013-12-131-0/+16
* Enhance "auto synthesis will not synthesize property in protocol" to include ...Ted Kremenek2013-12-123-4/+4
* Add more test cases for 'objc_protocol_requires_explicit_implementation'.Ted Kremenek2013-12-121-0/+19
* ObjectiveC. Fixes a bug where an 'unused property ivar'Fariborz Jahanian2013-12-111-0/+17
* Objective-C. Minor change to a diagnostic.Fariborz Jahanian2013-12-102-10/+10
* Rename attribute 'objc_suppress_protocol_methods' to 'objc_protocol_requires_...Ted Kremenek2013-12-101-61/+19
* Improve on an objc_bridge_related diagnostic.Fariborz Jahanian2013-12-102-10/+10
* Objective-C: Improve on various diagnostics related toFariborz Jahanian2013-12-093-57/+27
* Fix three tests that weren't checking anythingAlp Toker2013-12-081-0/+1
OpenPOWER on IntegriCloud