.. |
Inputs
|
Only accept __bridge_retain in system headers, as Doug suggested.
|
2011-06-17 21:56:12 +00:00 |
ClassPropertyNotObject.m
|
In non-gc, non-arc mode, property of 'Class' type
|
2012-01-04 00:31:53 +00:00 |
ContClassPropertyLookup.m
|
objective-c: fixes a regression in looking up names
|
2012-01-12 00:18:35 +00:00 |
DoubleMethod.m
|
Disable -Wduplicate-method-match by default. <rdar://problem/10663536>
|
2012-01-17 22:24:32 +00:00 |
NSString-type.m
|
objective-c++: Type of an objc string literal is NSString, not 'id'.
|
2012-02-23 22:51:36 +00:00 |
access-property-getter.m
|
This patch does a few things in the area of objective-c
|
2010-10-11 21:29:12 +00:00 |
alias-test-1.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
alias-test-2.m
|
Don't crash when a duplicate interface/protocol is inside an extern "C" context.
|
2011-11-13 22:08:30 +00:00 |
arc-bridged-cast.m
|
Look for declaration of CFBridgingRetain/CFBridgingRetain before
|
2012-02-01 22:56:20 +00:00 |
arc-cf.m
|
Look for declaration of CFBridgingRetain/CFBridgingRetain before
|
2012-02-01 22:56:20 +00:00 |
arc-decls.m
|
Don't suppress access-control or invalid-type diagnostics from a
|
2012-01-26 20:04:03 +00:00 |
arc-invalid.m
|
Don't crash when a statement in a block is ill-formed but
|
2012-03-08 22:00:17 +00:00 |
arc-jump-block.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
arc-no-runtime.m
|
When applying ARC __weak to a non-objc pointer, do not give error that
|
2011-11-07 18:40:21 +00:00 |
arc-non-pod-memaccess.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
arc-nsconsumed-errors.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
arc-objc-lifetime.m
|
Only complain about __strong __strong id, not __strong SomeStrongTypedef
|
2012-02-08 00:46:41 +00:00 |
arc-peformselector.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
arc-property-decl-attrs.m
|
objc: Do not warn about mismatch on Super's readonly property attribute,
|
2011-10-08 17:45:33 +00:00 |
arc-property-lifetime.m
|
objc-arc: when 'assign' attribute is unspecified,
|
2012-01-17 22:58:16 +00:00 |
arc-property.m
|
Don't crash on attempts to synthesize an invalid property.
|
2012-02-21 21:48:05 +00:00 |
arc-readonly-property-ivar-1.m
|
objc-arc: evaluate 'readonly' property with no known
|
2012-01-11 18:26:06 +00:00 |
arc-readonly-property-ivar.m
|
objc-arc: evaluate 'readonly' property with no known
|
2012-01-11 18:26:06 +00:00 |
arc-retain-block-property.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
arc-setter-property-match.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
arc-system-header.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
arc-type-conversion.m
|
Improve the diagnostic in ARC mode when a conditional with an Objective-C type and void* is used. <rdar://problem/10486347>.
|
2012-02-25 00:23:44 +00:00 |
arc-unavailable-for-weakref.m
|
objc-arc: diagnose synthesis of a 'weak unavailable' property.
|
2011-12-09 19:55:11 +00:00 |
arc-unavailable-system-function.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
arc-unbridged-cast.m
|
Look for declaration of CFBridgingRetain/CFBridgingRetain before
|
2012-02-01 22:56:20 +00:00 |
arc-unsafe-assigns.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
arc-unsafe_unretained.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
arc.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
argument-checking.m
|
Whenever we complain about a failed initialization of a function or
|
2010-04-22 00:20:18 +00:00 |
assign-rvalue-message.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
at-defs.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
atomoic-property-synnthesis-rules.m
|
objective-c: provide fixit hint when atomic property does not
|
2012-02-29 22:18:55 +00:00 |
attr-availability.m
|
Add a test triple. Who knew that all the world wasn't darwin?
|
2011-09-23 20:28:32 +00:00 |
attr-cleanup.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
attr-deprecated.m
|
Revert r145999. This turned out to be a bad idea. Unfortunately, 'id' is used so profusely
|
2012-02-10 02:45:47 +00:00 |
attr-malloc.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
attr-ns-bridged.m
|
Add an ns_bridged attribute, used to specify that a
|
2011-09-29 07:17:38 +00:00 |
attr-objc-exception.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
attr-objc-gc.m
|
Allow GC qualifiers to be added/removed by conversions from/to void*
|
2011-03-26 02:56:45 +00:00 |
autoreleasepool.m
|
Automatic Reference Counting.
|
2011-06-15 23:02:42 +00:00 |
bad-property-synthesis-crash.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
bad-receiver-1.m
|
'const std::type_info*' instead of 'std::type_info const*'
|
2010-09-05 00:17:29 +00:00 |
block-as-object.m
|
Move some Objective-C tests to SemaObjC and CodeGenObjC.
|
2011-02-22 01:23:29 +00:00 |
block-attr.m
|
Don't warn on missing 'copy' attribute on a 'block'
|
2011-01-05 23:00:04 +00:00 |
block-explicit-return-type.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
block-id-as-block-argtype.m
|
objc: 'id' and block pointer compare in mergeTypes is
|
2012-01-26 17:08:50 +00:00 |
block-ivar.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
block-on-method-param.m
|
objc: disallow __block attribute on method params.
|
2012-01-14 18:44:35 +00:00 |
block-return.m
|
Fix a block sema bug where result type of initializer
|
2011-02-11 18:46:17 +00:00 |
block-type-safety.m
|
objc: fixes a problem in block type comparison involving
|
2012-02-06 19:06:20 +00:00 |
blocks.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
builtin_objc_assign_ivar.m
|
objc - fix up the builtin type for objc_assign_ivar.
|
2011-08-23 23:33:09 +00:00 |
builtin_objc_lib_functions.m
|
Remove the "C" in "implicitly declaring C library function" diagnostic
|
2012-01-27 23:21:02 +00:00 |
builtin_objc_msgSend.m
|
Restore patch reversed in r118475. Fixes
|
2010-11-09 21:38:20 +00:00 |
builtin_objc_nslog.m
|
Remove the "C" in "implicitly declaring C library function" diagnostic
|
2012-01-27 23:21:02 +00:00 |
call-super-2.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
catch-stmt.m
|
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on.
|
2011-02-22 01:52:06 +00:00 |
category-1.m
|
[Sema] Fix crash-on-invalid-code issue:
|
2012-03-02 19:14:29 +00:00 |
category-method-lookup-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
category-method-lookup.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
check-dup-decl-methods-1.m
|
Disable -Wduplicate-method-match by default. <rdar://problem/10663536>
|
2012-01-17 22:24:32 +00:00 |
check-dup-objc-decls-1.m
|
Patch to build qualifier on objective-c
|
2010-03-05 22:42:55 +00:00 |
class-bitfield.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
class-conforming-protocol-1.m
|
Disable -Wduplicate-method-match by default. <rdar://problem/10663536>
|
2012-01-17 22:24:32 +00:00 |
class-conforming-protocol-2.m
|
Implement the newest status quo for method override checking. The idea now
|
2010-10-28 02:34:38 +00:00 |
class-def-test-1.m
|
When typo-correction an Objective-C superclass name, don't
|
2011-12-01 15:37:53 +00:00 |
class-extension-after-implementation.m
|
diagnose declaring class extension after its implementation
|
2010-04-02 20:53:05 +00:00 |
class-extension-dup-methods.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
class-getter-using-dotsyntax.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
class-impl-1.m
|
Use Sema::RequireCompleteType to check for the completeness of
|
2011-11-14 22:10:01 +00:00 |
class-message-protocol-lookup.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
class-method-lookup.m
|
When unknown method is sent to a receiver of
|
2010-12-01 01:07:24 +00:00 |
class-method-self.m
|
Whenever we complain about a failed initialization of a function or
|
2010-04-22 00:20:18 +00:00 |
class-property-access.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
class-proto-1.m
|
Use Sema::RequireCompleteType to check for the completeness of
|
2011-11-14 22:10:01 +00:00 |
class-protocol-method-match.m
|
objective-c: Using existing infrastructure for finding
|
2011-08-10 17:16:30 +00:00 |
class-protocol.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
class-unavail-warning.m
|
Implicitly assume that a ObjC category to an unavailable interface is also unavailable;
|
2011-10-06 23:23:27 +00:00 |
cocoa-api-usage.m
|
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
|
2012-03-06 20:05:56 +00:00 |
cocoa-api-usage.m.fixed
|
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
|
2012-03-06 20:05:56 +00:00 |
cocoa.m
|
Fix test.
|
2010-02-02 19:09:34 +00:00 |
compare-qualified-class.m
|
Remove space from rdar URIs.
|
2010-11-09 02:16:57 +00:00 |
compare-qualified-id.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
compatible-protocol-qualified-types.m
|
Whenever we complain about a failed initialization of a function or
|
2010-04-22 00:20:18 +00:00 |
compound-init.m
|
Complain when we try to initialize an object of Objective-C class type
|
2010-05-03 18:24:37 +00:00 |
comptypes-1.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
comptypes-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
comptypes-3.m
|
Improve diagnostics when we fail to convert from a source type to a
|
2010-04-09 00:35:39 +00:00 |
comptypes-4.m
|
Warn for any kind of initialization if initializer does not
|
2011-04-08 18:25:29 +00:00 |
comptypes-5.m
|
Fixes block type matching bug. Radar 8302845.
|
2010-08-12 20:46:12 +00:00 |
comptypes-6.m
|
Improve diagnostics like "initializing <type> from an expression of
|
2010-04-09 17:53:29 +00:00 |
comptypes-7.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
comptypes-8.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
comptypes-9.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
comptypes-10.m
|
Restore patch I reversed in r138040. Known buildbot
|
2011-08-22 15:54:49 +00:00 |
comptypes-a.m
|
Implement the newest status quo for method override checking. The idea now
|
2010-10-28 02:34:38 +00:00 |
comptypes-legal.m
|
Whenever we complain about a failed initialization of a function or
|
2010-04-22 00:20:18 +00:00 |
conditional-expr-2.m
|
Improve diagnostics when we fail to convert from a source type to a
|
2010-04-09 00:35:39 +00:00 |
conditional-expr-3.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
conditional-expr-4.m
|
make clang print types as "const int *" instead of "int const*",
|
2010-09-05 00:04:01 +00:00 |
conditional-expr-5.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
conditional-expr-6.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
conditional-expr-7.m
|
Forgot to include nested protocols in collection, resulting in
|
2010-02-25 18:24:33 +00:00 |
conditional-expr-8.m
|
Fix a bug in calculation of composite type
|
2011-04-18 21:16:59 +00:00 |
conditional-expr.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
conflict-atomic-property.m
|
objc: err on a property designated both atomic and
|
2011-10-10 21:53:24 +00:00 |
conflict-nonfragile-abi2.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
conflicting-ivar-test-1.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
continuation-class-err.m
|
objc: don't crash if primary class is missing and continuation class
|
2012-02-02 00:49:12 +00:00 |
continuation-class-property.m
|
objc: fixes a bug where struct used inside an
|
2012-01-17 18:52:07 +00:00 |
crash-label.m
|
objective-c - This patch buffers method implementations
|
2011-08-31 17:37:55 +00:00 |
custom-atomic-property.m
|
Improve the diagnostic for -Wcustom-atomic-properties. Suggestion by Fariborz!
|
2011-01-31 23:20:03 +00:00 |
debugger-cast-result-to-id.m
|
lldb support: under debugger support flag, when sending message
|
2012-03-09 18:47:16 +00:00 |
debugger-support.m
|
In debugger mode, make ObjC message sends to unknown selectors return
|
2011-07-13 17:56:40 +00:00 |
default-synthesize-1.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
default-synthesize-2.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
default-synthesize-3.m
|
After further discussion, rename attribute 'objc_disable_automatic_synthesis' to 'objc_requires_property_definitions'.
|
2012-01-05 22:47:47 +00:00 |
default-synthesize.m
|
objc2: add __has_feature(objc_default_synthesize_properties).
|
2012-02-02 00:15:51 +00:00 |
deref-interface.m
|
objc: Issue a generic diagnostic assigning to
|
2012-01-24 19:40:13 +00:00 |
direct-synthesized-ivar-access.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
dist-object-modifiers.m
|
objective-c: Using existing infrastructure for finding
|
2011-08-10 17:16:30 +00:00 |
duplicate-ivar-check.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
duplicate-ivar-in-class-extension.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
duplicate-property-class-extension.m
|
Check for duplicate declaration of a property in current and
|
2010-11-10 18:01:36 +00:00 |
duplicate-property.m
|
Add 'expected-note'
|
2010-03-15 18:47:29 +00:00 |
enhanced-proto-2.m
|
objc: diagnose duplicate declaration of methods
|
2011-12-13 19:40:34 +00:00 |
enum-fixed-type.m
|
Fix a couple of nasty bugs involving negative enum constants. <rdar://problem/10760113>.
|
2012-02-07 04:34:38 +00:00 |
err-ivar-access-in-class-method.m
|
objc/c++: Issue diagnostic when free-standing ivar is accessed
|
2011-12-20 22:21:08 +00:00 |
error-missing-getter.m
|
Complain on missing property getter method only
|
2010-12-22 19:46:35 +00:00 |
error-property-gc-attr.m
|
objc-gc: More sema work for properties declared 'weak'
|
2011-09-07 16:24:21 +00:00 |
exprs.m
|
Use Sema::RequireCompleteType to check for the completeness of
|
2011-11-14 22:10:01 +00:00 |
foreach.m
|
Lookup selector in protocol list of qualified objc type
|
2011-03-09 20:18:06 +00:00 |
format-arg-attribute.m
|
Pretty up the wrong-number-of-arguments-for-attribute diagnostic by
|
2011-03-02 12:15:05 +00:00 |
format-strings-objc.m
|
When calling a non variadic format function(vprintf, vscanf, NSLogv, …), warn if the format string argument is a parameter that is not itself declared as a format string with compatible format.
|
2012-02-21 20:00:53 +00:00 |
forward-class-1.m
|
objective-c: Ignore with warning forward class declaration whose name
|
2012-01-24 00:40:15 +00:00 |
forward-class-receiver.m
|
Use Sema::RequireCompleteType to check for the completeness of
|
2011-11-14 22:10:01 +00:00 |
forward-class-redeclare.m
|
objective-c: Ignore with warning forward class declaration whose name
|
2012-01-24 00:40:15 +00:00 |
gc-attributes.m
|
Relax the conversion rules for Objective-C GC qualifiers a
|
2011-05-08 06:09:53 +00:00 |
gcc-cast-ext.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
ibaction.m
|
Downgrade error about attribute 'iboutlet' and 'ibaction' being applied to anything but a instance method to a warning.
|
2011-02-04 06:54:16 +00:00 |
iboutletcollection-attr.m
|
Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of code. We will reconsider promoting it back to an error later.
|
2011-11-01 18:08:35 +00:00 |
id-isa-ref.m
|
objc: deprecate direct usage of 'isa' of objc objects
|
2012-01-18 19:08:56 +00:00 |
id.m
|
Improve diagnostics when we fail to convert from a source type to a
|
2010-04-09 00:35:39 +00:00 |
id_builtin.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
idiomatic-parentheses.m
|
Change -Wparentheses to not imply -Widiomatic-parentheses. Users rarely want to see these warnings, and often explicitly pass -Wparentheses.
|
2011-04-29 20:30:39 +00:00 |
ignore-qualifier-on-qualified-id.m
|
objc: do not warn when converting to a const id qualfied by its
|
2012-01-12 22:12:08 +00:00 |
ignore-weakimport-method.m
|
Ignore weak_import on Objective-C property and method declarations on
|
2011-03-23 13:27:51 +00:00 |
illegal-nonarc-bridged-cast.m
|
Change wording of warning about using __bridge casts in non-ARC.
|
2012-02-18 04:42:38 +00:00 |
incompatible-protocol-qualified-types.m
|
Whenever we complain about a failed initialization of a function or
|
2010-04-22 00:20:18 +00:00 |
incomplete-implementation.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
inst-method-lookup-in-root.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
instancetype.m
|
Implement the Objective-C 'instancetype' type, which is an alias of
|
2011-09-08 01:46:34 +00:00 |
interface-1.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
interface-layout-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
interface-layout.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
interface-scope-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
interface-scope.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
interface-tu-variable.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
invalid-code.m
|
Fix crash at @implementation with a forward reference as base class.
|
2012-03-13 01:09:36 +00:00 |
invalid-objc-decls-1.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
invalid-receiver.m
|
Rework the Parser-Sema interaction for Objective-C message
|
2010-04-21 19:57:20 +00:00 |
invalid-typename.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
ivar-access-package.m
|
add a bunch of missing prototypes to tests
|
2010-01-09 20:43:19 +00:00 |
ivar-access-tests.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
ivar-in-class-extension-error.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
ivar-in-class-extension.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
ivar-in-implementations.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
ivar-lookup-resolution-builtin.m
|
Remove the "C" in "implicitly declaring C library function" diagnostic
|
2012-01-27 23:21:02 +00:00 |
ivar-lookup.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
ivar-ref-misuse.m
|
Add support for C++ namespace-aware typo correction, e.g., correcting
|
2011-06-28 16:20:02 +00:00 |
ivar-sem-check-1.m
|
Fix PR6618.
|
2010-03-21 22:56:43 +00:00 |
ivar-sem-check-2.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
legacy-implementation-1.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
message.m
|
Improve diagnostics like "initializing <type> from an expression of
|
2010-04-09 17:53:29 +00:00 |
method-arg-qualifier-warning.m
|
"const id<NSFoo> *" instead of "id<NSFoo> const *".
|
2010-09-05 00:43:21 +00:00 |
method-attributes.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
method-bad-param.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
method-conflict-1.m
|
Implement the newest status quo for method override checking. The idea now
|
2010-10-28 02:34:38 +00:00 |
method-conflict-2.m
|
Implement the newest status quo for method override checking. The idea now
|
2010-10-28 02:34:38 +00:00 |
method-conflict.m
|
Implement the newest status quo for method override checking. The idea now
|
2010-10-28 02:34:38 +00:00 |
method-def-1.m
|
Implement the newest status quo for method override checking. The idea now
|
2010-10-28 02:34:38 +00:00 |
method-def-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
method-encoding-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
method-in-class-extension-impl.m
|
Rename test name.
|
2010-10-08 23:17:27 +00:00 |
method-lookup-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
method-lookup-3.m
|
Weaken the type-matching rules for methods that return aggregates when
|
2011-06-16 01:15:19 +00:00 |
method-lookup-4.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
method-lookup-5.m
|
When unknown method is sent to a receiver of
|
2010-12-01 01:07:24 +00:00 |
method-lookup.m
|
When unknown method is sent to a receiver of
|
2010-12-01 01:07:24 +00:00 |
method-no-context.m
|
objective-c - This patch buffers method implementations
|
2011-08-31 17:37:55 +00:00 |
method-not-defined.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
method-prototype-scope.m
|
Place duplicate argument declaration in in
|
2011-03-12 18:54:30 +00:00 |
method-sentinel-attr.m
|
Pretty up the wrong-number-of-arguments-for-attribute diagnostic by
|
2011-03-02 12:15:05 +00:00 |
method-typecheck-1.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
method-typecheck-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
method-typecheck-3.m
|
Implement the newest status quo for method override checking. The idea now
|
2010-10-28 02:34:38 +00:00 |
method-undef-category-warn-1.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
method-undef-extension-warn-1.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
method-undefined-warn-1.m
|
Test case for // rdar://8850818
|
2011-02-18 22:37:54 +00:00 |
method-unused-attribute.m
|
objective-c test case for __attribute__((unused)) on method arguments.
|
2010-01-19 18:39:17 +00:00 |
method-warn-unused-attribute.m
|
Add Support for 'warn_unused_result" attribute on
|
2010-03-30 18:22:15 +00:00 |
missing-atend-metadata.m
|
Make parsing of objc @implementations more robust.
|
2012-02-07 16:50:53 +00:00 |
missing-method-context.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
missing-method-return-type.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
narrow-property-type-in-cont-class.m
|
objective-c: When redeclaraing in continuation class a 'readonly'
|
2012-02-02 18:54:58 +00:00 |
nested-typedef-decl.m
|
objc - fixes a regression in declaring c decls nested in
|
2011-08-30 17:10:52 +00:00 |
newproperty-class-method-1.m
|
Add abort() as a builtin. This has two effects: one, we warn for incorrect
|
2009-12-16 06:28:21 +00:00 |
no-gc-weak-test.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
no-ivar-access-control.m
|
objective-c lldb support: don't perform ivar access control check
|
2012-03-07 00:58:41 +00:00 |
no-objc-exceptions.m
|
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on.
|
2011-02-22 01:52:06 +00:00 |
no-protocol-option-tests.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
no-warn-qual-mismatch.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
no-warn-synth-protocol-meth.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
no-warn-unimpl-method.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
no-warning-unavail-unimp.m
|
No need to warn if 'unavailable' method/property
|
2011-06-24 20:31:37 +00:00 |
nonnull.h
|
Issue warning for trivial cases of nonnull attributes
|
2010-09-27 19:05:51 +00:00 |
nonnull.m
|
Enforce nonnull __attribute__ on Objective-C method calls.
|
2011-04-15 22:06:22 +00:00 |
nsobject-attribute-1.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
nsobject-attribute.m
|
Fix regression from llvm-gcc where we should NOT emit a warning about __attribute__((NSObject)) on a property declaration. This is needed to have retain properties for non-object pointers. Fixes <rdar://problem/10930507>.
|
2012-03-01 01:40:32 +00:00 |
objc-array-literal.m
|
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
|
2012-03-06 20:05:56 +00:00 |
objc-buffered-methods.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
objc-container-subscripting-1.m
|
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
|
2012-03-06 20:05:56 +00:00 |
objc-container-subscripting-2.m
|
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
|
2012-03-06 20:05:56 +00:00 |
objc-container-subscripting-3.m
|
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
|
2012-03-06 20:05:56 +00:00 |
objc-container-subscripting.m
|
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
|
2012-03-06 20:05:56 +00:00 |
objc-cstyle-args-in-methods.m
|
Patch to implement gcc's cstyle arguments in objc
|
2010-04-08 00:30:06 +00:00 |
objc-literal-nsnumber.m
|
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
|
2012-03-06 20:05:56 +00:00 |
objc-literal-sig.m
|
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
|
2012-03-06 20:05:56 +00:00 |
objc-qualified-property-lookup.m
|
Property setter/getter must be looked up in property type's
|
2011-03-09 22:17:12 +00:00 |
objc-string-constant.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
objc2-merge-gc-attribue-decl.m
|
Reverse a partial fix patch for radar 7214820. It broke some code and
|
2010-02-10 00:32:12 +00:00 |
objc2-warn-weak-decl.m
|
More coherent diagnostic when a stack variable is
|
2011-06-07 20:15:46 +00:00 |
pedantic-dynamic-test.m
|
Fix a -pedantic spurious warning involving @dynamic.
|
2010-04-14 20:52:42 +00:00 |
pragma-pack.m
|
Handle "#pragma GCC visibility" in a few more places. Switch over "#pragma pack" to use the same handling that gcc does. Fixes <rdar://problem/10871094> and <rdar://problem/10893316>.
|
2012-02-23 23:47:16 +00:00 |
property-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-3.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-4.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-5.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-6.m
|
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on.
|
2011-02-22 01:52:06 +00:00 |
property-7.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-8.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-9-impl-method.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-9.m
|
Fix parsing of type-specifier-seq's. Types are syntactically allowed to be
|
2012-03-12 07:56:15 +00:00 |
property-10.m
|
objc: warn if a readonly property has a setter attribute too.
|
2011-11-01 23:02:16 +00:00 |
property-11.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-12.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-13.m
|
fix a bunch of comment typos found by codespell. Patch by
|
2011-04-15 05:22:18 +00:00 |
property-and-class-extension.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
property-and-ivar-use.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
property-category-1.m
|
Restore r142914 and r142915, now with missing file and apparent
|
2011-10-25 17:37:35 +00:00 |
property-category-2.m
|
objective-c - Make warning on unimplemented protocols point
|
2011-08-27 21:55:47 +00:00 |
property-category-3.m
|
objc: note location of the previously declared
|
2011-10-12 00:00:57 +00:00 |
property-category-4.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-category-impl.m
|
objective-c - Make warning on unimplemented protocols point
|
2011-08-27 21:55:47 +00:00 |
property-dot-receiver.m
|
Support for objextive-c++ use of property-dot syntax as receiver
|
2011-02-08 18:05:59 +00:00 |
property-error-readonly-assign.m
|
Restore r142914 and r142915, now with missing file and apparent
|
2011-10-25 17:37:35 +00:00 |
property-expression-error.m
|
Diagnose miuse of property dot-syntax instead of crashing.
|
2010-03-22 21:02:34 +00:00 |
property-impl-misuse.m
|
Diagnose when accessing property in a class method and
|
2010-12-03 23:37:08 +00:00 |
property-in-class-extension.m
|
Restore r142914 and r142915, now with missing file and apparent
|
2011-10-25 17:37:35 +00:00 |
property-inherited.m
|
objc: note location of the previously declared
|
2011-10-12 00:00:57 +00:00 |
property-ivar-mismatch.m
|
Improve diagnostic for @property/ivar type mismatch by including the types of the
|
2010-03-23 19:02:22 +00:00 |
property-lookup-in-id.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
property-method-lookup-impl.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-missing.m
|
Use Sema::RequireCompleteType to check for the completeness of
|
2011-11-14 22:10:01 +00:00 |
property-nonfragile-abi.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
property-noprotocol-warning.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-not-lvalue.m
|
Change text of diagnostics on user request.
|
2010-08-11 21:22:15 +00:00 |
property-ns-returns-not-retained-attr.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
property-redundant-decl-accessor.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property-typecheck-1.m
|
Change the 'declared at' diagnostic to say 'declared here'.
|
2010-04-23 02:20:12 +00:00 |
property-user-setter.m
|
Restore r142914 and r142915, now with missing file and apparent
|
2011-10-25 17:37:35 +00:00 |
property-weak.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
property.m
|
Do placeholder conversions on array bounds in both declarators and
|
2012-01-11 00:14:46 +00:00 |
props-on-prots.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
protocol-archane.m
|
Fix crash when using archaic protocol, rdar://10238337
|
2011-10-05 21:28:06 +00:00 |
protocol-attribute.m
|
Implement a new 'availability' attribute, that allows one to specify
|
2011-03-23 00:50:03 +00:00 |
protocol-expr-1.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
protocol-expr-neg-1.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
protocol-id-test-1.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
protocol-id-test-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
protocol-id-test-3.m
|
Whenever we complain about a failed initialization of a function or
|
2010-04-22 00:20:18 +00:00 |
protocol-implementation-inherited.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
protocol-implementing-class-methods.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
protocol-lookup-2.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
protocol-lookup.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
protocol-qualified-class-unsupported.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
protocol-typecheck.m
|
Whenever we complain about a failed initialization of a function or
|
2010-04-22 00:20:18 +00:00 |
protocol-warn.m
|
Improve diagnostics when we fail to convert from a source type to a
|
2010-04-09 00:35:39 +00:00 |
protocols.m
|
Fix an Objective-C crasher, PR7839.
|
2010-08-07 12:29:18 +00:00 |
provisional-ivar-lookup.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
qualified-protocol-method-conflicts.m
|
objective-c: Using existing infrastructure for finding
|
2011-08-10 17:16:30 +00:00 |
rdar6248119.m
|
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on.
|
2011-02-22 01:52:06 +00:00 |
rdr-6211479-array-property.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
receiver-forward-class.m
|
objc: Issue diagnostic when receiver type is a forward class declaration and
|
2012-02-03 01:02:44 +00:00 |
related-result-type-inference.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
restrict-id-type.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
return.m
|
Fix a diagnostics crasher with -Wmissing-noreturn in Objective-C
|
2011-09-10 00:56:20 +00:00 |
scope-check.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
selector-1.m
|
Restore a test which I accientally overwrote in my last
|
2011-02-04 23:30:23 +00:00 |
selector-2.m
|
-Wselector should warn on implemented selectors only
|
2011-02-04 23:19:27 +00:00 |
selector-3.m
|
With -Wselector, don't warn about unimplemented optional method
|
2011-07-13 19:05:43 +00:00 |
selector-error.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
selector-overload.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
self-assign.m
|
Selector::getIdentifierInfoForSlot() can return NULL values, a fact
|
2011-02-18 22:29:55 +00:00 |
self-declared-in-block.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
self-in-function.m
|
Also 'self' in blocks need be handled specially.
|
2011-03-28 16:23:34 +00:00 |
setter-dotsyntax.m
|
Remove space from rdar URIs.
|
2010-11-09 02:16:57 +00:00 |
severe-syntax-error.m
|
objc parsing. Fixes a crash when parsing array initialization
|
2012-01-13 00:14:12 +00:00 |
sizeof-interface.m
|
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
|
2012-03-06 20:05:56 +00:00 |
special-dep-unavail-warning.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
stand-alone-implementation.m
|
Allow for declaration and use of ivars in a stand-alone
|
2010-02-17 17:00:07 +00:00 |
static-ivar-ref-1.m
|
Don't print out ivars twice in Decl::print(). Fixes <rdar://problem/8253668>.
|
2010-07-30 00:47:46 +00:00 |
stmts.m
|
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on.
|
2011-02-22 01:52:06 +00:00 |
string.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
super-cat-prot.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
super-class-protocol-conformance.m
|
objective-c - Make warning on unimplemented protocols point
|
2011-08-27 21:55:47 +00:00 |
super-property-message-expr.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
super-property-notation.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
super.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
synchronized.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
synth-provisional-ivars-1.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
synth-provisional-ivars.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
synthesize-setter-contclass.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
synthesized-ivar.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
transparent-union.m
|
Patch to support transparent_union types on
|
2010-04-20 20:28:15 +00:00 |
try-catch.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
typedef-class.m
|
objective-c: Ignore with warning forward class declaration whose name
|
2012-01-24 00:40:15 +00:00 |
ucn-objc-string.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
undeclared-selector.m
|
objective-c - This patch buffers method implementations
|
2011-08-31 17:37:55 +00:00 |
undef-class-messagin-error.m
|
Whenever we emit a typo-correction diagnostic, also emit a note
|
2010-01-07 00:17:44 +00:00 |
undef-protocol-methods-1.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
undef-superclass-1.m
|
Use Sema::RequireCompleteType to check for the completeness of
|
2011-11-14 22:10:01 +00:00 |
undefined-protocol-type-1.m
|
objc: diagnose duplicate declaration of methods
|
2011-12-13 19:40:34 +00:00 |
unimplemented-protocol-prop.m
|
objc - don't complain about unimplemented property when conforming
|
2011-09-27 00:23:52 +00:00 |
uninit-variables.m
|
Show either a location or a fixit note, not both, for uninitialized variable warnings.
|
2011-09-10 05:35:08 +00:00 |
unknown-anytype.m
|
Clang has existing support for debuggers that
|
2012-02-04 01:29:37 +00:00 |
unqualified-to-qualified-class-warn.m
|
Fix a regression where the initializer implements
|
2011-04-12 16:34:14 +00:00 |
unused.m
|
wordsmith an objc warning, rdar://7900756
|
2010-04-26 21:44:01 +00:00 |
va-method-1.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |
warn-assign-property-nscopying.m
|
These test now run in objective-c++ mode we well.
|
2010-05-18 18:24:06 +00:00 |
warn-deprecated-implementations.m
|
After numerous requests, have Objective-C 'method declared here' notes mention the actual method. This looks better within an IDE, where text isn't always regurgitated in the presentation of a warning. Fixes radar 10914035.
|
2012-02-27 22:55:11 +00:00 |
warn-forward-class-attr-deprecated.m
|
objc: When issue diagnostic about deprecated method, also
|
2012-03-02 21:50:02 +00:00 |
warn-implicit-atomic-property.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
warn-incompatible-builtin-types.m
|
Remove space from rdar URIs.
|
2010-11-09 02:16:57 +00:00 |
warn-missing-super.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
warn-retain-cycle.m
|
Specially whitelist the selector 'addOperationWithBlock:' for the retain-cycle checking in -Warc-retain-cycles. This commonly
|
2011-12-01 00:59:21 +00:00 |
warn-selector-selection.m
|
fix a problem causing us to lose the ''s around objc interface names
|
2010-04-11 07:04:01 +00:00 |
warn-strict-selector-match.m
|
Modify how the -verify flag works. Currently, the verification string and
|
2011-12-15 00:38:15 +00:00 |
warn-superclass-method-mismatch.m
|
Whenever we complain about a failed initialization of a function or
|
2010-04-22 00:20:18 +00:00 |
warn-unreachable.m
|
Fix horrific CFG bug where '@autoreleasepool' would be put in a dangling block in the CFG.
|
2012-03-06 23:40:47 +00:00 |
warn-unused-exception-param.m
|
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on.
|
2011-02-22 01:52:06 +00:00 |
warn-weak-field.m
|
These test now run in objective-c++ mode we well.
|
2010-05-18 18:24:06 +00:00 |
warn-write-strings.m
|
There were some frustrating problems with the implementation of
|
2011-04-23 06:30:43 +00:00 |
weak-attr-ivar.m
|
Properly move attributes to the decl spec when applying them there.
|
2011-03-26 01:39:56 +00:00 |
weak-property.m
|
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
|
2011-10-02 01:16:38 +00:00 |
writable-property-in-superclass.m
|
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
|
2009-12-15 20:14:24 +00:00 |