hanchenye-llvm-project/clang/test/SemaObjC
NAKAMURA Takumi 9f8a02d34e De-Unicode-ify.
llvm-svn: 137430
2011-08-12 05:49:51 +00:00
..
Inputs Only accept __bridge_retain in system headers, as Doug suggested. 2011-06-17 21:56:12 +00:00
ContClassPropertyLookup.m
DoubleMethod.m
access-property-getter.m
alias-test-1.m
alias-test-2.m
arc-bridged-cast.m Only accept __bridge_retain in system headers, as Doug suggested. 2011-06-17 21:56:12 +00:00
arc-decls.m Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. 2011-06-24 00:08:59 +00:00
arc-jump-block.m objc-arc: Diagnose when captured variable in block literals 2011-07-11 18:04:54 +00:00
arc-no-runtime.m Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-non-pod-memaccess.m When complaining about a non-POD second argument to va_arg, use a 2011-07-30 06:45:27 +00:00
arc-peformselector.m objc-arc: enforce performSelector rules in rejecting retaining selectors 2011-07-05 22:38:59 +00:00
arc-property-decl-attrs.m Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-property-lifetime.m Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-property.m Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-system-header.m Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about 'ownership', not 'lifetime'. 2011-06-24 00:08:59 +00:00
arc-type-conversion.m Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
arc-unavailable-for-weakref.m objc++-arc: more diagnosis of converting a weak-unavailable 2011-07-08 17:41:42 +00:00
arc-unbridged-cast.m objc-arc: allow explicit unbridged casts if the source of the cast is a 2011-06-20 20:54:42 +00:00
arc-unsafe-assigns.m objc-arc: Check on a variety of unsafe assignment of retained 2011-06-24 18:25:34 +00:00
arc-unsafe_unretained.m Give this test a triple; I don't think we want to #define __unsafe_unretained 2011-06-16 00:32:01 +00:00
arc.m Do l-value conversion, etc., on a switch condition expression in 2011-08-06 07:30:58 +00:00
argument-checking.m
assign-rvalue-message.m More coherent diagnostic attempting to assign to a member of a const object returned 2011-03-26 19:48:30 +00:00
at-defs.m
atomoic-property-synnthesis-rules.m objective-c: reverse patch for // rdar://9818354 2011-08-01 22:39:49 +00:00
attr-cleanup.m
attr-deprecated.m
attr-malloc.m
attr-objc-exception.m
attr-objc-gc.m
autoreleasepool.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
bad-receiver-1.m
block-as-object.m
block-attr.m
block-explicit-return-type.m
block-ivar.m
block-return.m
block-type-safety.m
blocks.m
builtin_objc_lib_functions.m
builtin_objc_msgSend.m
call-super-2.m Make diagnostic clearer. 2011-03-26 17:07:06 +00:00
catch-stmt.m
category-1.m
category-method-lookup-2.m
category-method-lookup.m
check-dup-decl-methods-1.m
check-dup-objc-decls-1.m
class-bitfield.m
class-conforming-protocol-1.m
class-conforming-protocol-2.m
class-def-test-1.m
class-extension-after-implementation.m
class-extension-dup-methods.m
class-getter-using-dotsyntax.m
class-impl-1.m
class-message-protocol-lookup.m Fix lookup for class messages sent to qualified-class 2011-04-06 18:40:08 +00:00
class-method-lookup.m
class-method-self.m
class-property-access.m
class-proto-1.m When forming a cycle in objc's inheritance hierarchy, 2011-06-23 23:16:19 +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
class-unavail-warning.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
cocoa.m
compare-qualified-class.m
compare-qualified-id.m
compatible-protocol-qualified-types.m
compound-init.m
comptypes-1.m
comptypes-2.m
comptypes-3.m
comptypes-4.m Warn for any kind of initialization if initializer does not 2011-04-08 18:25:29 +00:00
comptypes-5.m
comptypes-6.m
comptypes-7.m Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult(). 2011-07-28 19:51:27 +00:00
comptypes-8.m
comptypes-9.m
comptypes-10.m
comptypes-a.m
comptypes-legal.m
conditional-expr-2.m
conditional-expr-3.m
conditional-expr-4.m
conditional-expr-5.m
conditional-expr-6.m
conditional-expr-7.m
conditional-expr-8.m Fix a bug in calculation of composite type 2011-04-18 21:16:59 +00:00
conditional-expr.m
conflict-nonfragile-abi2.m objective-c: reverse patch for // rdar://9818354 2011-08-01 22:39:49 +00:00
conflicting-ivar-test-1.m
continuation-class-err.m
continuation-class-property.m
crash-label.m
custom-atomic-property.m
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
default-synthesize.m objective-c: reverse patch for // rdar://9818354 2011-08-01 22:39:49 +00:00
deref-interface.m
direct-synthesized-ivar-access.m
dist-object-modifiers.m objective-c: Using existing infrastructure for finding 2011-08-10 17:16:30 +00:00
duplicate-ivar-check.m
duplicate-ivar-in-class-extension.m
duplicate-property-class-extension.m
duplicate-property.m
enhanced-proto-2.m
error-missing-getter.m
error-property-gc-attr.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
exprs.m Emit an error when trying to @encode an incomplete type. 2011-05-14 20:32:39 +00:00
foreach.m
format-arg-attribute.m
format-strings-objc.m Revert r133024, "[format strings] correctly suggest correct type for '%@' 2011-06-28 23:33:55 +00:00
forward-class-1.m When forming a cycle in objc's inheritance hierarchy, 2011-06-23 23:16:19 +00:00
forward-class-receiver.m
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
ibaction.m
iboutletcollection-attr.m
id-isa-ref.m De-Unicode-ify. 2011-08-12 05:49:51 +00:00
id.m
id_builtin.m
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-weakimport-method.m
incompatible-protocol-qualified-types.m
incomplete-implementation.m objective-c: warn if implementation of a method in category 2011-07-28 23:19:50 +00:00
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
invalid-receiver.m
invalid-typename.m
ivar-access-package.m
ivar-access-tests.m
ivar-in-class-extension-error.m
ivar-in-class-extension.m
ivar-in-implementations.m
ivar-lookup-resolution-builtin.m
ivar-lookup.m When Sema::ClassifyName() finds an invalid ivar reference, return an 2011-04-25 15:05:41 +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
ivar-sem-check-2.m
legacy-implementation-1.m
message.m
method-arg-qualifier-warning.m
method-attributes.m
method-bad-param.m Emit a -Wnull-dereference warning for "*null" not just "*null = something". Addresses rdar://9269271. 2011-04-26 17:41:22 +00:00
method-conflict-1.m
method-conflict-2.m
method-conflict.m
method-def-1.m
method-def-2.m
method-encoding-2.m
method-in-class-extension-impl.m
method-lookup-2.m
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
method-lookup-5.m
method-lookup.m
method-no-context.m
method-not-defined.m Make diagnostic clearer. 2011-03-26 17:07:06 +00:00
method-prototype-scope.m
method-sentinel-attr.m
method-typecheck-1.m
method-typecheck-2.m
method-typecheck-3.m
method-undef-category-warn-1.m
method-undef-extension-warn-1.m
method-undefined-warn-1.m
method-unused-attribute.m
method-warn-unused-attribute.m
missing-atend-metadata.m Fixes an instance method meta-data generation bug in 2011-04-22 22:02:28 +00:00
missing-method-context.m
missing-method-return-type.m objc - Diagnose missing method return type specifier under 2011-07-21 17:00:47 +00:00
newproperty-class-method-1.m
no-gc-weak-test.m
no-objc-exceptions.m
no-protocol-option-tests.m
no-warn-qual-mismatch.m
no-warn-synth-protocol-meth.m
no-warn-unimpl-method.m
no-warning-unavail-unimp.m No need to warn if 'unavailable' method/property 2011-06-24 20:31:37 +00:00
nonnull.h
nonnull.m Enforce nonnull __attribute__ on Objective-C method calls. 2011-04-15 22:06:22 +00:00
nsobject-attribute-1.m
nsobject-attribute.m
objc-cstyle-args-in-methods.m
objc-qualified-property-lookup.m
objc-string-constant.m
objc2-merge-gc-attribue-decl.m
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
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 Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
property-11.m
property-12.m
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
property-and-ivar-use.m
property-category-1.m
property-category-2.m
property-category-3.m
property-category-4.m
property-category-impl.m
property-dot-receiver.m
property-error-readonly-assign.m
property-expression-error.m
property-impl-misuse.m
property-in-class-extension.m
property-inherited.m objc++: Some level of covariance is allowed in ObjC properties. 2011-07-13 17:55:01 +00:00
property-ivar-mismatch.m
property-lookup-in-id.m Make diagnostic clearer. 2011-03-26 17:07:06 +00:00
property-method-lookup-impl.m
property-missing.m
property-nonfragile-abi.m
property-noprotocol-warning.m
property-not-lvalue.m
property-ns-returns-not-retained-attr.m objective-c: reverse patch for // rdar://9818354 2011-08-01 22:39:49 +00:00
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-implementing-class-methods.m objective-c: warn if implementation of a method in category 2011-07-28 23:19:50 +00:00
protocol-lookup-2.m
protocol-lookup.m
protocol-qualified-class-unsupported.m
protocol-typecheck.m
protocol-warn.m
protocols.m
provisional-ivar-lookup.m objective-c: reverse patch for // rdar://9818354 2011-08-01 22:39:49 +00:00
qualified-protocol-method-conflicts.m objective-c: Using existing infrastructure for finding 2011-08-10 17:16:30 +00:00
rdar6248119.m
rdr-6211479-array-property.m
related-result-type-inference.m objective-c: warn if implementation of a method in category 2011-07-28 23:19:50 +00:00
restrict-id-type.m
return.m
scope-check.m
selector-1.m
selector-2.m
selector-3.m With -Wselector, don't warn about unimplemented optional method 2011-07-13 19:05:43 +00:00
selector-error.m
selector-overload.m
self-assign.m
self-declared-in-block.m Fix a bug where a local variable named 'self' is causing 2011-07-12 17:16:56 +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
sizeof-interface.m Factor out (some of) the checking for invalid forms of pointer 2011-06-27 08:02:19 +00:00
special-dep-unavail-warning.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
stand-alone-implementation.m
static-ivar-ref-1.m
stmts.m
string.m
super-cat-prot.m
super-class-protocol-conformance.m
super-property-message-expr.m
super-property-notation.m
super.m
synchronized.m
synth-provisional-ivars-1.m
synth-provisional-ivars.m objective-c: reverse patch for // rdar://9818354 2011-08-01 22:39:49 +00:00
synthesize-setter-contclass.m
synthesized-ivar.m Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
transparent-union.m
try-catch.m
typedef-class.m Eliminate the -f[no]objc-infer-related-result-type flags; there's no 2011-06-13 16:42:53 +00:00
ucn-objc-string.m
undeclared-selector.m
undef-class-messagin-error.m
undef-protocol-methods-1.m
undef-superclass-1.m When forming a cycle in objc's inheritance hierarchy, 2011-06-23 23:16:19 +00:00
undefined-protocol-type-1.m
unimplemented-protocol-prop.m
uninit-variables.m Now that the analyzer is distinguishing between uninitialized uses that 2011-04-08 06:33:38 +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
va-method-1.m
warn-assign-property-nscopying.m
warn-deprecated-implementations.m
warn-implicit-atomic-property.m Restore 'atomic' as an attribute of objc 2011-06-11 00:45:12 +00:00
warn-incompatible-builtin-types.m
warn-retain-cycle.m Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
warn-selector-selection.m
warn-strict-selector-match.m
warn-superclass-method-mismatch.m
warn-unused-exception-param.m
warn-weak-field.m
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
weak-property.m Change the driver's logic about Objective-C runtimes: abstract out a 2011-07-06 00:26:06 +00:00
writable-property-in-superclass.m