.. |
DoubleMethod.m
|
Make all the 'redefinition' diagnostics more consistent, and make the
|
2008-11-23 23:12:31 +00:00 |
alias-test-1.m
|
remove warn_previous_declaration
|
2008-11-23 23:20:13 +00:00 |
alias-test-2.m
|
Make all the 'redefinition' diagnostics more consistent, and make the
|
2008-11-23 23:12:31 +00:00 |
argument-checking.m
|
…
|
|
at-defs.m
|
…
|
|
bad-receiver-1.m
|
…
|
|
block-ivar.m
|
instead of forcing blocks on by default, make them default to off, but let
|
2008-12-04 23:20:07 +00:00 |
blocks.m
|
Fix <rdar://problem/6418623> Bogus block type compatibility warning.
|
2008-12-10 17:49:55 +00:00 |
category-1.m
|
Tweak duplicate category diagnostic to work like the duplicate protocol diagnostic.
|
2008-11-23 22:38:38 +00:00 |
category-method-lookup.m
|
…
|
|
check-dup-decl-methods-1.m
|
Make all the 'redefinition' diagnostics more consistent, and make the
|
2008-11-23 23:12:31 +00:00 |
check-dup-objc-decls-1.m
|
Make all the 'redefinition' diagnostics more consistent, and make the
|
2008-11-23 23:12:31 +00:00 |
class-conforming-protocol-1.m
|
Make all the 'redefinition' diagnostics more consistent, and make the
|
2008-11-23 23:12:31 +00:00 |
class-def-test-1.m
|
Make all the 'redefinition' diagnostics more consistent, and make the
|
2008-11-23 23:12:31 +00:00 |
class-impl-1.m
|
Make all the 'redefinition' diagnostics more consistent, and make the
|
2008-11-23 23:12:31 +00:00 |
class-proto-1.m
|
…
|
|
cocoa.m
|
…
|
|
compare-qualified-id.m
|
Fix <rdar://problem/6316324> [sema] spurious warning on comparison of qualified id.
|
2008-11-17 19:49:16 +00:00 |
compatible-protocol-qualified-types.m
|
…
|
|
comptypes-1.m
|
Fix <rdar://problem/6315646> clang on xcode: error: invalid operands to binary expression ('id<NSTableViewDelegate>' and 'XCExtendedArrayController *').
|
2008-10-27 10:33:19 +00:00 |
comptypes-2.m
|
…
|
|
comptypes-3.m
|
…
|
|
comptypes-4.m
|
…
|
|
comptypes-5.m
|
…
|
|
comptypes-6.m
|
…
|
|
comptypes-7.m
|
Sema::CheckCompareOperands() and ASTContext::mergeTypes(): Change handling of ObjC qualified id types to be consistent with gcc. This changes a handful of test case errors into warnings (diff will tell you which cases have changed).
|
2008-10-20 18:19:10 +00:00 |
comptypes-8.m
|
…
|
|
comptypes-9.m
|
…
|
|
comptypes-a.m
|
(instance/class) Method type checking between class and its implementation.
|
2008-12-05 18:18:52 +00:00 |
conditional-expr-2.m
|
…
|
|
conditional-expr-3.m
|
Fix a minor typo in the handling of the conditional operator for Objective-C interface pointers
|
2008-11-26 06:43:45 +00:00 |
conditional-expr-4.m
|
…
|
|
conditional-expr.m
|
…
|
|
conflicting-ivar-test-1.m
|
Make all the 'redefinition' diagnostics more consistent, and make the
|
2008-11-23 23:12:31 +00:00 |
const-id.m
|
…
|
|
continuation-class-err.m
|
Since we do not allow a readonly property to be 'copy'retain', we
|
2008-12-08 18:47:29 +00:00 |
enhanced-proto-2.m
|
…
|
|
foreach-1.m
|
Change a whole lot of diagnostics to take QualType's directly
|
2008-11-24 06:25:27 +00:00 |
format-strings-objc.m
|
…
|
|
forward-class-1.m
|
make some objc redefinition warnings more consistent: call definitions
|
2008-11-23 22:46:27 +00:00 |
gcc-cast-ext.m
|
…
|
|
id_builtin.m
|
…
|
|
incompatible-protocol-qualified-types.m
|
…
|
|
interface-1.m
|
…
|
|
interface-layout.m
|
…
|
|
invalid-code.m
|
…
|
|
invalid-objc-decls-1.m
|
…
|
|
invalid-typename.m
|
make the 'to match this' diagnostic a note.
|
2008-11-23 23:17:07 +00:00 |
ivar-lookup.m
|
…
|
|
ivar-sem-check-1.m
|
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
|
2008-11-24 05:29:24 +00:00 |
legacy-implementation-1.m
|
…
|
|
message.m
|
merge some simple call diagnostics.
|
2008-11-21 18:44:24 +00:00 |
method-arg-decay.m
|
Add testcase for commit r60781.
|
2008-12-09 20:59:16 +00:00 |
method-attributes.m
|
Improve attribute parsing & tests.
|
2008-10-19 02:04:16 +00:00 |
method-conflict.m
|
The "real" fix for <rdar://problem/6424347> clang on xcode: Assertion failed: (0 && "unexpected type"), function mergeTypes,
|
2008-12-10 22:14:21 +00:00 |
method-def-1.m
|
Patch for diagnosing type mismatch between
|
2008-12-05 01:35:25 +00:00 |
method-def-2.m
|
…
|
|
method-encoding-2.m
|
…
|
|
method-lookup-2.m
|
…
|
|
method-lookup-3.m
|
convert some more warnings to NOTEs.
|
2008-11-23 23:26:13 +00:00 |
method-lookup.m
|
…
|
|
method-not-defined.m
|
…
|
|
method-typecheck-1.m
|
Fixed a test case. Added a test case showing property setter's
|
2008-12-05 18:38:31 +00:00 |
method-undef-category-warn-1.m
|
…
|
|
method-undefined-warn-1.m
|
…
|
|
missing-method-context.m
|
…
|
|
objc-gc-attr.m
|
…
|
|
property-1.m
|
Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of
|
2008-11-24 05:29:24 +00:00 |
property-2.m
|
…
|
|
property-3.m
|
Patch to diagnose a variety of misuse of property
|
2008-12-06 01:12:43 +00:00 |
property-4.m
|
Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it
|
2008-11-24 03:54:41 +00:00 |
property-5.m
|
…
|
|
property-6.m
|
…
|
|
property-7.m
|
…
|
|
property-8.m
|
…
|
|
property-9-impl-method.m
|
Set default property attributes on each property.
|
2008-11-26 20:01:34 +00:00 |
property-9.m
|
make the 'to match this' diagnostic a note.
|
2008-11-23 23:17:07 +00:00 |
property-10.m
|
instead of forcing blocks on by default, make them default to off, but let
|
2008-12-04 23:20:07 +00:00 |
property-11.m
|
Fix <rdar://problem/6257675> error: member reference base type ('NSUserDefaults *') is not a structure or union.
|
2008-10-22 19:16:27 +00:00 |
property-12.m
|
Changed 'readonly' 'retain/copy' diagnostics into
|
2008-12-08 19:28:10 +00:00 |
property-category-1.m
|
Patch to allow over-riding of readonly property to
|
2008-11-25 17:56:43 +00:00 |
property-category-3.m
|
Use of properties declared in protocols in the category
|
2008-12-06 23:03:39 +00:00 |
property-error-readonly-assign.m
|
Support for implicit property assignment. Error assigning to
|
2008-11-22 20:25:50 +00:00 |
property-impl-misuse.m
|
This test checks for duplicate implementation of the same
|
2008-12-05 22:32:48 +00:00 |
property-noprotocol-warning.m
|
Patch to remove bogus waring when a property declaration
|
2008-11-24 22:16:00 +00:00 |
property-redundant-decl-accessor.m
|
Prevent bogus warning on unimplemented setter/getter when user
|
2008-12-09 22:43:22 +00:00 |
property-typecheck-1.m
|
Improve error reporting of property and setter/getter
|
2008-12-06 21:48:16 +00:00 |
props-on-prots.m
|
…
|
|
protocol-archane.m
|
make the 'to match this' diagnostic a note.
|
2008-11-23 23:17:07 +00:00 |
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-test-1.m
|
refactor a bunch of code:
|
2008-10-20 06:10:06 +00:00 |
protocol-test-2.m
|
make some objc redefinition warnings more consistent: call definitions
|
2008-11-23 22:46:27 +00:00 |
rdr-6211479-array-property.m
|
…
|
|
selector-1.m
|
…
|
|
selector-overload.m
|
…
|
|
static-ivar-ref-1.m
|
…
|
|
string.m
|
Rewrite FindDiagnostics to be more strict about the formatting of the
|
2008-11-24 01:28:17 +00:00 |
super-cat-prot.m
|
ObjCInterfaceDecl::lookupInstanceMethod() needs to look through a categories protocols.
|
2008-12-08 20:57:28 +00:00 |
super.m
|
Fix <rdar://problem/6150376> [sema] crash on invalid message send.
|
2008-11-19 15:54:23 +00:00 |
synchronized.m
|
…
|
|
try-catch.m
|
…
|
|
typedef-class.m
|
…
|
|
undef-protocol-methods-1.m
|
…
|
|
undef-superclass-1.m
|
make some objc redefinition warnings more consistent: call definitions
|
2008-11-23 22:46:27 +00:00 |
undefined-protocol-type-1.m
|
…
|
|
unused.m
|
…
|
|
va-method-1.m
|
…
|
|
warn-weak-field.m
|
__weak ivar need not warn.
|
2008-11-20 19:35:51 +00:00 |