clang/test/SemaObjC
Fariborz Jahanian d669be595a Since default writable attribute is 'assign', allow
specification of 'assign' (no warning to be issued),
when a continuation class makes a 'readonly' attribute
'readwrite' but also specifies the 'assign' attribute.
(this matches gcc's behavior and prevents exessive 
 warnings)/


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86297 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-06 22:59:12 +00:00
..
ContClassPropertyLookup.m
DoubleMethod.m
access-property-getter.m
alias-test-1.m
alias-test-2.m
argument-checking.m
at-defs.m
attr-cleanup.m
attr-deprecated.m
attr-malloc.m Change handling of attribute 'malloc' to only accept the attribute on function 2009-08-15 00:51:46 +00:00
attr-objc-exception.m
attr-objc-gc.m
bad-receiver-1.m
block-attr.m
block-explicit-return-type.m clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. 2009-09-17 00:47:27 +00:00
block-ivar.m
blocks.m objc2's foreach statement's selector type can be 2009-08-14 21:53:27 +00:00
call-super-2.m
catch-stmt.m
category-1.m Add a test case demonstrating a situation where we get protocol type checking 2009-09-29 18:51:43 +00:00
category-method-lookup-2.m
category-method-lookup.m
check-dup-decl-methods-1.m
check-dup-objc-decls-1.m
class-bitfield.m Update tests 2009-09-14 22:00:20 +00:00
class-conforming-protocol-1.m
class-conforming-protocol-2.m
class-def-test-1.m
class-extension-dup-methods.m
class-getter-using-dotsyntax.m Fix a regression in accessing class getter using the dot-syntax 2009-09-22 16:48:37 +00:00
class-impl-1.m
class-method-lookup.m
class-method-self.m
class-property-access.m
class-proto-1.m
cocoa.m
compare-qualified-id.m
compatible-protocol-qualified-types.m
comptypes-1.m
comptypes-2.m
comptypes-3.m
comptypes-4.m
comptypes-5.m
comptypes-6.m
comptypes-7.m
comptypes-8.m
comptypes-9.m
comptypes-a.m
comptypes-legal.m
conditional-expr-2.m
conditional-expr-3.m
conditional-expr-4.m
conditional-expr-5.m Type of a ?: expression whose either expression is a built-in 'id' 2009-08-22 22:27:17 +00:00
conditional-expr-6.m This patch computes composite type of two objective-c expressions 2009-10-30 01:13:23 +00:00
conditional-expr.m
conflicting-ivar-test-1.m
continuation-class-err.m Since default writable attribute is 'assign', allow 2009-11-06 22:59:12 +00:00
crash-label.m test case for my last patch. 2009-08-28 17:53:05 +00:00
deref-interface.m Test for my last patch. 2009-09-02 00:05:10 +00:00
duplicate-ivar-check.m
enhanced-proto-2.m
error-property-gc-attr.m
exprs.m
foreach.m
format-arg-attribute.m Update test case; I don't really understand why packed enums changed this, but 2009-08-08 15:47:00 +00:00
format-strings-objc.m
forward-class-1.m
forward-class-receiver.m
gcc-cast-ext.m
id-isa-ref.m Switch XFAIL format to match LLVM. 2009-11-03 07:25:45 +00:00
id.m
id_builtin.m
ignore-weakimport-method.m
incompatible-protocol-qualified-types.m
inst-method-lookup-in-root.m
interface-1.m
interface-layout-2.m
interface-layout.m
interface-scope-2.m
interface-scope.m
interface-tu-variable.m
invalid-code.m
invalid-objc-decls-1.m error on property of objc interface type instead of crashing 2009-08-12 18:17:53 +00:00
invalid-receiver.m
invalid-typename.m
ivar-access-package.m
ivar-access-tests.m
ivar-lookup.m
ivar-ref-misuse.m
ivar-sem-check-1.m
ivar-sem-check-2.m
legacy-implementation-1.m
message.m
method-arg-decay.m
method-attributes.m
method-bad-param.m This patch does the following. 2009-09-03 00:43:07 +00:00
method-conflict.m
method-def-1.m
method-def-2.m
method-encoding-2.m
method-lookup-2.m
method-lookup-3.m
method-lookup-4.m
method-lookup.m
method-no-context.m
method-not-defined.m
method-sentinel-attr.m
method-typecheck-1.m
method-typecheck-2.m
method-undef-category-warn-1.m
method-undef-extension-warn-1.m
method-undefined-warn-1.m
missing-method-context.m
newproperty-class-method-1.m
no-gc-weak-test.m
no-warn-synth-protocol-meth.m
no-warn-unimpl-method.m
nonnull.m
nsobject-attribute-1.m
nsobject-attribute.m
objc-string-constant.m Changed text of warning in my last patch. 2009-10-20 17:24:11 +00:00
objc2-merge-gc-attribue-decl.m
objc2-warn-weak-decl.m
property-2.m
property-3.m
property-4.m
property-5.m
property-6.m
property-7.m
property-8.m
property-9-impl-method.m
property-9.m
property-10.m
property-11.m
property-12.m
property-13.m
property-category-1.m
property-category-2.m
property-category-3.m
property-category-4.m Diagnose implementation of a property declared in a category 2009-11-02 18:45:36 +00:00
property-error-readonly-assign.m Using the property dot-syntax to invoke a non-eixsting 2009-09-14 16:40:48 +00:00
property-expression-error.m
property-impl-misuse.m
property-inherited.m
property-ivar-mismatch.m
property-method-lookup-impl.m
property-missing.m
property-nonfragile-abi.m
property-noprotocol-warning.m
property-redundant-decl-accessor.m
property-typecheck-1.m
property-user-setter.m
property-weak.m
property.m
props-on-prots.m
protocol-archane.m
protocol-attribute.m
protocol-expr-1.m
protocol-expr-neg-1.m
protocol-id-test-1.m
protocol-id-test-2.m
protocol-id-test-3.m
protocol-implementation-inherited.m
protocol-lookup-2.m
protocol-lookup.m
protocol-qualified-class-unsupported.m
protocol-typecheck.m
protocols.m
rdr-6211479-array-property.m
return.m Refine noreturn handling. Fixes -Wmissing-noreturn so that it doesn't 2009-10-27 01:59:05 +00:00
scope-check.m
selector-1.m Don't issue warning on multiple selector found when 2009-08-22 21:13:55 +00:00
selector-error.m
selector-overload.m
sizeof-interface.m
static-ivar-ref-1.m This patch does the following. 2009-09-03 00:43:07 +00:00
stmts.m
string.m
super-cat-prot.m
super-property-message-expr.m
super-property-notation.m
super.m
synchronized.m
synthesize-setter-contclass.m
synthesized-ivar.m
try-catch.m Issue warning if method body starts with a semicolon. 2009-10-20 16:39:13 +00:00
typedef-class.m
ucn-objc-string.m
undeclared-selector.m
undef-class-messagin-error.m
undef-protocol-methods-1.m
undef-superclass-1.m
undefined-protocol-type-1.m
unused.m Improve the diagnostic emitted when an unused ObjC property getter 2009-08-16 16:57:27 +00:00
va-method-1.m
warn-assign-property-nscopying.m Fixed a regression in deciding when to issue warning on properties which 2009-08-14 18:06:25 +00:00
warn-selector-selection.m
warn-superclass-method-mismatch.m Removed -Wundeclared-selector and -Wreadonly-setter-attrs from 2009-08-22 19:24:56 +00:00
warn-weak-field.m
weak-attr-ivar.m
writable-property-in-superclass.m