..
Inputs
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
2012-03-06 20:05:56 +00:00
2007-04-03-ObjcEH.m
Migrate, FileCheckize and update:
2011-08-20 00:37:56 +00:00
2007-05-02-Strong.m
Migrate, FileCheckize and update:
2011-08-20 00:37:56 +00:00
2007-10-18-ProDescriptor.m
Migrate, FileCheckize and update:
2011-08-20 00:37:56 +00:00
2007-10-23-GC-WriteBarrier.m
Migrate, FileCheckize and update:
2011-08-20 00:37:56 +00:00
2008-08-25-incompatible-cond-expr.m
Move some Objective-C tests to SemaObjC and CodeGenObjC.
2011-02-22 01:23:29 +00:00
2008-10-3-EhValue.m
Restore a -cc1 invariant that was causing problems on PPC64.
2012-08-27 19:56:37 +00:00
2008-10-23-invalid-icmp.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
2008-11-12-Metadata.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
2008-11-24-ConstCFStrings.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
2008-11-25-Blocks.m
Migrate, update and FileCheckize:
2011-08-20 00:49:25 +00:00
2009-01-21-invalid-debug-info.m
Move some Objective-C tests to SemaObjC and CodeGenObjC.
2011-02-22 01:23:29 +00:00
2009-01-26-WriteBarrier-2.m
Migrate, update and FileCheckize:
2011-08-20 00:49:25 +00:00
2009-02-05-VolatileProp.m
Migrate, update and FileCheckize:
2011-08-20 00:49:25 +00:00
2009-08-05-utf16.m
The UTF16 string referenced by a CFString should go into the __TEXT,__ustring
2012-03-30 00:26:17 +00:00
2010-02-01-utf16-with-null.m
Migrate, update and FileCheckize:
2011-08-20 01:04:49 +00:00
2010-02-09-DbgSelf.m
Move some Objective-C tests to SemaObjC and CodeGenObjC.
2011-02-22 01:23:29 +00:00
2010-02-15-Dbg-MethodStart.m
Move some Objective-C tests to SemaObjC and CodeGenObjC.
2011-02-22 01:23:29 +00:00
2010-02-23-DbgInheritance.m
Migrate, update and FileCheckize:
2011-08-20 01:04:49 +00:00
2010-03-17-StructRef.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
2011-03-08-IVarLookup.m
Remove XFAIL/XTARGET since this is passing on the other bots.
2011-08-20 01:08:46 +00:00
arc-arm.m
At -O0, prefer objc_storeStrong with a null new value to the
2012-10-17 02:28:37 +00:00
arc-block-copy-escape.m
Mark calls to objc_retainBlock that don't result from casts
2011-10-04 06:23:45 +00:00
arc-blocks.m
objective-C arc: load of a __weak object happens via call to
2012-11-27 23:02:53 +00:00
arc-bridged-cast.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
arc-captured-32bit-block-var-layout.m
Tests for 32bit version of block ivar layout metadata.
2012-11-05 18:14:34 +00:00
arc-captured-block-var-inlined-layout.m
Tests for 32bit version of block ivar layout metadata.
2012-11-05 18:14:34 +00:00
arc-captured-block-var-layout.m
objective-C block meta-data. This patch completes meta-data
2012-11-01 18:32:55 +00:00
arc-compound-stmt.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
arc-cond-stmt.m
objc: fix an ir-gen crash caused by recent
2011-10-27 20:06:32 +00:00
arc-exceptions.m
At -O0, prefer objc_storeStrong with a null new value to the
2012-10-17 02:28:37 +00:00
arc-foreach.m
objective-C arc: load of a __weak object happens via call to
2012-11-27 23:02:53 +00:00
arc-ivar-layout.m
Disable some tests that fail when the x86 backend isn't built.
2012-09-18 13:34:01 +00:00
arc-literals.m
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
2012-03-06 20:05:56 +00:00
arc-loadweakretained-release.m
objective-C arc: load of a __weak object happens via call to
2012-11-27 23:02:53 +00:00
arc-no-arc-exceptions.m
Fix this test to work with and without Asserts mode.
2012-02-16 18:51:05 +00:00
arc-no-runtime.m
At -O0, prefer objc_storeStrong with a null new value to the
2012-10-17 02:28:37 +00:00
arc-property.m
At -O0, prefer objc_storeStrong with a null new value to the
2012-10-17 02:28:37 +00:00
arc-related-result-type.m
At -O0, prefer objc_storeStrong with a null new value to the
2012-10-17 02:28:37 +00:00
arc-unbridged-cast.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
arc-unopt.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
arc-weak-property.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
arc-with-atthrow.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
arc.m
objective-C arc: load of a __weak object happens via call to
2012-11-27 23:02:53 +00:00
arm-atomic-scalar-setter-getter.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
assign.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
atomic-aggregate-property.m
Don't crash synthesizing an ObjC property with an empty struct type. <rdar://problem/12547611>.
2012-10-26 22:38:05 +00:00
attr-availability.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
attr-minsize.m
Update the front end to use minsize attribute
2012-11-01 23:55:47 +00:00
attr-strong.c
Update tests to use %clang instead of 'clang', and forcibly disable use of '
2009-12-15 22:01:24 +00:00
auto-property-synthesize-protocol.m
Test is fixed.
2012-02-23 20:43:56 +00:00
autorelease.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
bitfield-1.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
bitfield-access.m
Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532."
2012-10-24 03:59:09 +00:00
bitfield-gnu.m
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
2012-07-03 20:49:52 +00:00
bitfield-ivar-metadata.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
bitfield-ivar-offsets.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
bitfield_encoding.m
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
2012-07-03 20:49:52 +00:00
block-6.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
block-byref-variable-layout.m
objective-C blocks: Make sure that identical logic is used
2012-11-28 23:12:17 +00:00
block-var-layout.m
Minor fix to ObjC layout bitmap metadata. Found while I was trying to
2012-11-06 03:38:02 +00:00
blocks-1.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
blocks-2.m
block literal irgen: several improvements on naming block
2012-06-26 16:06:38 +00:00
blocks-3.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
blocks-4.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
blocks-5.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
blocks-ivar-debug.m
tests: Avoid spurious use of /dev/null.
2010-05-10 23:31:31 +00:00
blocks.m
objective-C blocks: Provide layout map for byref
2012-11-14 17:15:51 +00:00
boxing.m
Add documentation about boxing enum types and a codegen test to make
2012-05-15 20:45:35 +00:00
builtin-memfns.m
Fix PR reference in test.
2012-08-29 21:27:50 +00:00
builtins.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
catch-lexical-block.m
Add block information for ObjC @catch blocks.
2011-10-19 00:44:01 +00:00
category-class.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
category-super-class-meth.m
objective-C IRgen: When sending a method to 'super'
2012-10-10 23:11:18 +00:00
class-getter-dotsyntax.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
class-type.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
compatibility-alias.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
complex-double-abi.m
Objective-c: fix an ir-gen crash where objc messag returns a _Complex
2011-10-26 20:53:59 +00:00
complex-property.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
constant-string-class-1.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
constant-string-class.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
constant-strings.m
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
2012-07-03 20:49:52 +00:00
continuation-class.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
deadcode_strip_used_var.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
debug-info-block-helper.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
debug-info-blocks.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
debug-info-class-extension.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
debug-info-class-extension2.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
debug-info-class-extension3.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
debug-info-crash-2.m
Disable some tests that fail when the x86 backend isn't built.
2012-09-18 13:34:01 +00:00
debug-info-crash.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
debug-info-default-synth-ivar.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
debug-info-fwddecl.m
Make sure to generate the right kind of MDNode for enum forward declarations.
2012-10-05 01:49:33 +00:00
debug-info-getter-name.m
Update tests so that they don't rely upon LLVMDebugVersion number.
2012-02-03 23:58:39 +00:00
debug-info-impl.m
Simplify these tests again, now that we're past the version skew.
2012-11-03 00:27:14 +00:00
debug-info-ivars.m
Put something sane in the DWARF offset field for bitfield ObjC ivars.
2012-11-06 23:40:48 +00:00
debug-info-linkagename.m
Robustify test.
2010-08-25 17:32:22 +00:00
debug-info-property.m
Only emit the getter and setter names if they're not the default
2012-04-05 22:03:32 +00:00
debug-info-property2.m
Tighten check to match an ivar with corresponding property by using ObjCImplementationDecl.
2011-09-19 18:54:16 +00:00
debug-info-property3.m
Only emit the getter and setter names if they're not the default
2012-04-05 22:03:32 +00:00
debug-info-property4.m
Enhance testing a bit to make sure that we're omitting the
2012-04-05 22:03:35 +00:00
debug-info-property5.m
Emit debug info for properites that are not backed by an ivar.
2012-02-07 18:40:30 +00:00
debug-info-pubtypes.m
Simplify these tests again, now that we're past the version skew.
2012-11-03 00:27:14 +00:00
debug-info-selector.m
Emit debug info for objc_selector.
2011-02-09 03:15:05 +00:00
debug-info-self.m
Correct test inovocations to use %clang_cc1 rather than direct invocation (so that it can have additional options set when trying to debug issues causing regressions).
2012-10-25 13:56:30 +00:00
debug-info-static-var.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
debug-info-synthesis.m
Forward declarations should take a context. This helps the debugger
2012-04-23 19:00:24 +00:00
debug-property-synth.m
Change location information for synthesized properties to be at the
2012-04-03 00:44:15 +00:00
default-property-synthesis.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
dot-syntax-1.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
dot-syntax-2.m
When using property-dot assignment syntax to call a setter method,
2010-06-07 22:02:01 +00:00
dot-syntax.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
encode-cstyle-method.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
encode-test-2.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
encode-test-3.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
encode-test-4.m
Allow C++0x enumerations with a fixed underlying type in
2011-09-08 17:18:35 +00:00
encode-test-5.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
encode-test-6.m
objective-c IRGen: fixes a crash when method type is being mangled
2012-06-29 22:54:56 +00:00
encode-test.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
exceptions-nonfragile.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
exceptions.m
Re-enable this test to reflect re-enabling the new SROA pass.
2012-10-02 04:24:16 +00:00
extended-block-signature-encode.m
block extended signatur option. Change previous option
2012-11-15 19:02:45 +00:00
for-in.m
Establish the iteration variable of an ObjC for-in loop before
2011-02-22 07:16:58 +00:00
forward-class-impl-metadata.m
When performing layout for an Objective-C class, make sure to dig out
2011-12-20 15:50:13 +00:00
forward-decl-param.m
Objective-C doesn't consider the use of incomplete types as method
2011-05-27 01:19:52 +00:00
fp2ret.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
fpret.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
function-decay.m
Move some Objective-C tests to SemaObjC and CodeGenObjC.
2011-02-22 01:23:29 +00:00
gc-weak-attribute.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
gc.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
getter-property-mismatch.m
Test case for previosu patch.
2012-04-26 21:34:02 +00:00
getter-property-type-mismatch.m
objective-c: fix a sema and IRGen crash when property
2012-05-29 19:56:01 +00:00
gnu-exceptions.m
Fix the Objective-C exception rethrow from cleanups (GNU runtimes). Note that
2012-11-07 16:50:40 +00:00
hidden-visibility.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
hidden.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
id-isa-codegen.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
illegal-UTF8.m
Move some Objective-C tests to SemaObjC and CodeGenObjC.
2011-02-22 01:23:29 +00:00
image-info.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
implicit-objc_msgSend.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
implicit-property.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
instance-method-metadata.m
Fix broken check lines.
2012-08-17 12:28:21 +00:00
interface-layout-64.m
FileCheck-ize.
2012-07-19 22:22:58 +00:00
interface.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
ivar-base-as-invariant-load.m
objc IRGen: force CSE of load of ivar offsets by setting
2012-02-20 22:42:22 +00:00
ivar-layout-64-bitfields.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
ivar-layout-64.m
Fix a silly mistake in r167437.
2012-11-06 21:10:22 +00:00
ivar-layout-array0-struct.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
ivar-layout-no-optimize.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
ivar-layout-nonfragile-abi2.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
ivars.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
layout-bitfield-crash.m
Don't need to specify the abi as it's the default.
2012-07-20 17:42:31 +00:00
link-errors.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
local-static-block.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
message-arrays.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
messages-2.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
messages.m
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
2012-07-03 20:49:52 +00:00
metadata-symbols-32.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
metadata-symbols-64.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
metadata_symbols.m
Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532."
2012-10-24 03:59:09 +00:00
misc-atomic-property.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
mrr-autorelease.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
mrr-captured-block-var-inlined-layout.m
objective-C blocks: Provide layout map for byref
2012-11-14 17:15:51 +00:00
nested-rethrow.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
newproperty-nested-synthesis-1.m
clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests.
2012-09-12 10:45:40 +00:00
next-objc-dispatch.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
no-category-class.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
no-vararg-messaging.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
non-lazy-classes.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
nonlazy-msgSend.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
ns-constant-strings.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
ns_consume_null_check.m
Fix broken check lines.
2012-08-17 12:28:21 +00:00
objc-align.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc-arc-container-subscripting.m
At -O0, prefer objc_storeStrong with a null new value to the
2012-10-17 02:28:37 +00:00
objc-assign-ivar.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +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.m
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
2012-03-06 20:05:56 +00:00
objc-dictionary-literal.m
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
2012-03-06 20:05:56 +00:00
objc-gc-aggr-assign.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc-literal-debugger-test.m
Test for -fdebugger-objc-literal: missing methods should be generated like missing classes.
2012-05-13 20:36:47 +00:00
objc-literal-tests.m
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
2012-03-06 20:05:56 +00:00
objc-read-weak-byref.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-assign-global.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-ivar-assign.m
clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.
2012-09-12 10:45:52 +00:00
objc2-legacy-dispatch.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
objc2-new-gc-api-strongcast.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-no-strong-cast.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc2-no-write-barrier.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-nonfragile-abi-impl.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
objc2-property-encode.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc2-protocol-enc.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc2-retain-codegen.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-strong-cast-1.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-strong-cast-block-import.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
objc2-strong-cast.m
More Objective-C++ GC tests.
2010-05-20 18:22:28 +00:00
objc2-weak-assign.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-weak-block-call.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-weak-compare.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-weak-import-attribute.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
objc2-weak-ivar-debug.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-weak-ivar.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-write-barrier-2.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-write-barrier-3.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
objc2-write-barrier-4.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-write-barrier-5.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objc2-write-barrier.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
object-incr-decr-1.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
objfw.m
Add the ObjFW runtime. Patch by Jonathan Schleifer!
2012-07-12 02:07:58 +00:00
optimized-setter-ios-device.m
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
2012-10-15 22:23:53 +00:00
optimized-setter.m
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
2012-10-15 22:23:53 +00:00
overloadable.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
predefined-expr.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
prop-metadata-gnu.m
GNUstep runtime version default to 1.6, generate correct property attribute
2012-10-16 15:11:55 +00:00
property-aggregate.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
property-agrr-getter.m
We can't emit an aggregate cast as its sub-expression in general just
2011-04-12 22:02:02 +00:00
property-category-impl.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
property-complex.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
property-dbg.m
stop looking for #uses comments.
2010-09-02 22:48:26 +00:00
property-getter-dot-syntax.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
property-incr-decr-1.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
property-list-in-class.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
property-ref-cast-to-void.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
property-setter-attr.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
property-type-mismatch.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
property.m
A number of test cases assume that an "int" parameter or return value
2012-10-24 12:22:56 +00:00
protocol-in-extended-class.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
protocol-property-synth.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
protocols-lazy.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
protocols.m
Correctly generate IR for ObjC messages sends to protocol-qualified types.
2010-05-17 20:12:43 +00:00
rdr-6732143-dangling-block-reference.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
related-result-type.m
Automatic Reference Counting.
2011-06-15 23:02:42 +00:00
return-objc-object.mm
IRGen support for functions returning objc object
2010-08-11 17:37:35 +00:00
runtime-fns.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
sel-as-builtin-type.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
selector-ref-invariance.m
Add invariant.load metadata to loads from selector references. Allows these loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699>
2011-11-10 21:45:06 +00:00
simplify-exceptions.mm
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
stand-alone-implementation.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
super-classmethod-category.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
super-dotsyntax-property.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
super-dotsyntax-struct-property.m
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
2011-10-02 01:16:38 +00:00
super-message-fragileabi.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
synchronized.m
Fixing the return type information for objc_sync_enter and objc_sync_exit. Patch thanks to Joe Ranieri!
2012-09-06 16:44:16 +00:00
synthesize_ivar-cont-class.m
clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.
2012-09-12 10:45:52 +00:00
synthesize_ivar.m
clang/test/CodeGenObjC: [PR13820] Suppress LLP64-incompatible tests.
2012-09-12 10:45:52 +00:00
terminate.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
try.m
These tests require particular registered targets. Declared as such.
2011-06-03 22:24:54 +00:00
undefined-protocol.m
clang/test: [PR13820] Suppress LLP64-incompatible tests for ObjC with +Asserts.
2012-09-12 14:26:42 +00:00
unname-bf-metadata.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
unoptimized-setter.m
Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.
2012-10-15 22:23:53 +00:00
variadic-sends.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00
x86_64-struct-return-gc.m
Restructure how the driver communicates information about the
2012-06-20 06:18:46 +00:00