hanchenye-llvm-project/clang/test/CodeGenObjC
Devang Patel 232f278fc1 Disable tests that check debug info intrinsic. This does not work if debug info intrinsics are not used to encode debug info.
llvm-svn: 83929
2009-10-12 23:46:58 +00:00
..
2008-10-23-invalid-icmp.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
PR4541.m Update debug info type cache after fwd decl is replaced by real decl. 2009-07-13 17:03:14 +00:00
PR4894-recursive-debug-crash.m Disable tests that check debug info intrinsic. This does not work if debug info intrinsics are not used to encode debug info. 2009-10-12 23:46:58 +00:00
attr-strong.c Use getAsPointerType instead of using getCanonicalType directly. 2009-04-18 08:54:40 +00:00
bitfield-1.m Make sure this test runs on all 3 Objective-C implementations. 2009-04-22 07:28:06 +00:00
bitfield-ivar-metadata.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
bitfield-ivar-offsets.m Revert 69646, that was the precise inverse of what I wanted to commit. 2009-04-21 01:19:10 +00:00
blocks-1.m Fixup codegen for write barriers for block variables. Radar 6786715 2009-04-21 00:51:43 +00:00
blocks-2.m Initialize Obj-C GC attributes when emitting BlockDeclRefExprs. 2009-05-23 02:49:02 +00:00
blocks-3.m As an optimization, we maintain a cache of generated 2009-06-05 23:26:36 +00:00
blocks.m Skip the asm prefix when storing the name in block info. 2009-05-14 16:42:16 +00:00
category-super-class-meth.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
class-getter-dotsyntax.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
class-obj-hidden-visibility.m Propagte -fvisibility to objc2's class symbols. 2009-04-07 20:26:30 +00:00
class-type.m Fix rdar://6804402 - crash on objc implementations declared with 2009-04-19 06:02:28 +00:00
compatibility-alias.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
constant-strings.m Updated GNU runtime non-fragile ABI. 2009-08-31 16:41:57 +00:00
continuation-class.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
deadcode_strip_used_var.m Patch fixes an obscure bug when 'used' attribute is applied to 2009-06-23 21:47:46 +00:00
debug-info-linkagename.m MultiTestRunner: Validate '&&' at the end of RUN lines. 2009-07-25 11:27:37 +00:00
dot-syntax-1.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
dot-syntax.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
encode-test-1.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
encode-test-2.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
encode-test-3.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
encode-test-4.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
encode-test-5.m Test modification. 2009-06-14 16:45:35 +00:00
encode-test.m Fix a couple recent ABI regressions noticed during code review (fallout from the ObjC type system rewrite). 2009-07-22 17:14:51 +00:00
for-in.m Generate correct prototype for objc_enumerationMutation. 2009-07-11 20:32:50 +00:00
forward-class-impl-metadata.m Add a test case for a somewhat obscure scenario. 2009-04-24 02:38:10 +00:00
hidden-synthesized-ivar.m Fixed visibility issues related to objc2's synthesized 2009-04-06 18:30:00 +00:00
hidden.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
image-info.m Set a bit in IMAGE_INFO to indicate that we don't contain any 2009-04-20 07:11:47 +00:00
implicit-objc_msgSend.m Add implicit definition of objc_msgSend. 2009-04-23 07:00:09 +00:00
implicit-property.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
interface-layout-64.m Remove -fobjc-tight-layout, seems to work! 2009-05-07 21:58:26 +00:00
interface.m Fix pointer addressing and array subscripting of Objective-C interface 2009-04-25 05:08:32 +00:00
ivar-layout-64-bitfields.m Test case for r79968 (courtesy of Anders). 2009-08-25 16:09:22 +00:00
ivar-layout-64.m Adding more test to ivar-layout-64.m. 2009-05-04 21:46:27 +00:00
ivar-layout-no-optimize.m Remove ivarlayout bitmap optimization, instead if all zeros, 2009-08-24 21:55:06 +00:00
ivars.m Fix rdar://6800926 - crash compiling non-fragile _Bool bitfield ivar, 2009-04-17 17:46:19 +00:00
link-errors.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
message-arrays.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
messages-2.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
messages.m Non fragile ABI for GNU runtime. Patch bu David Chisnall. 2009-09-10 21:48:21 +00:00
metadata-symbols-32.m Export lazy references of .objc_class_name of class names 2009-04-29 20:40:05 +00:00
metadata-symbols-64.m Patch to allow Nonfragile ABI to use 32-bit style legacy 2009-05-11 19:25:47 +00:00
metadata_symbols.m Category method synbols must be qualified by gategory name to 2009-04-16 18:34:20 +00:00
newproperty-nested-synthesis-1.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
no-category-class.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
non-lazy-classes.m Improve test case a wee bit 2009-05-18 16:49:49 +00:00
objc-align.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
objc-assign-ivar.m Removed -fobjc-newgc-api option. clang now conforms to 2009-09-21 23:03:37 +00:00
objc-gc-aggr-assign.m Re-implemented generation of objc_memmove_collectable 2009-08-31 19:33:16 +00:00
objc-read-weak-byref.m Generate weak read barriers when reading a weak __block 2009-10-10 20:07:56 +00:00
objc2-assign-global.m Removed -fobjc-newgc-api option. clang now conforms to 2009-09-21 23:03:37 +00:00
objc2-ivar-assign.m -fobjc-newgc-api is now the default. 2009-09-21 20:17:37 +00:00
objc2-new-gc-api-strongcast.m Removed -fobjc-newgc-api option. clang now conforms to 2009-09-21 23:03:37 +00:00
objc2-no-strong-cast.m Non-pointer objects are none gc'able regardles of 2009-04-11 00:00:54 +00:00
objc2-no-write-barrier.m No write-barrier for initializations. 2009-05-27 19:54:11 +00:00
objc2-property-encode.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
objc2-protocol-enc.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
objc2-retain-codegen.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
objc2-strong-cast-1.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
objc2-strong-cast.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
objc2-weak-assign.m Do not generate write-barrier in indirect assignment to 2009-09-16 18:09:18 +00:00
objc2-weak-compare.m Force triple for a number of tests that rely on __weak. 2009-04-10 21:23:20 +00:00
objc2-weak-ivar-debug.m Add a reduced test case for the weak ivar infinite recursion. 2009-09-25 02:18:37 +00:00
objc2-weak-ivar.m *everyone* knows that __weak is not defined on linux :) 2009-04-07 06:05:28 +00:00
objc2-write-barrier-2.m Removed -fobjc-newgc-api option. clang now conforms to 2009-09-21 23:03:37 +00:00
objc2-write-barrier-3.m -fobjc-newgc-api is now the default. 2009-09-21 20:17:37 +00:00
objc2-write-barrier-4.m -fobjc-newgc-api is now the default. 2009-09-21 20:17:37 +00:00
objc2-write-barrier-5.m <rdar://problem/7263113> Make clang produce gcc's objc_assign_StrongCast as a result of type-cast of an ivar in assignment. 2009-09-30 17:10:29 +00:00
objc2-write-barrier.m Removed -fobjc-newgc-api option. clang now conforms to 2009-09-21 23:03:37 +00:00
object-incr-decr-1.m Fix RUN line to not litter the test directory. 2009-07-18 15:13:36 +00:00
overloadable.m Fix a couple recent ABI regressions noticed during code review (fallout from the ObjC type system rewrite). 2009-07-22 17:14:51 +00:00
predefined-expr.m Speed up testing by avoiding stdio.h, also helps testing on windows. 2009-10-08 23:05:06 +00:00
property-aggr-type.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
property-agrr-getter.m Fixed a property getter ir-gen crash. 2009-09-01 17:02:21 +00:00
property-complex.m Don't include system headers when overriding triple. 2009-06-13 20:02:26 +00:00
property-getter-dot-syntax.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
property-incr-decr-1.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
property-setter-attr.m MultiTestRunner: Validate '&&' at the end of RUN lines. 2009-07-25 11:27:37 +00:00
property.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
protocol-definition-hidden-visibility.m Patch to generate meta-data for prtocol used 2009-04-10 18:47:34 +00:00
protocol-in-extended-class.m Patch to implement Protocols on class extensions. 2009-10-05 20:41:32 +00:00
protocol-property-synth.m Patch to implement ivar synthesis of properties declared in protocols 2009-05-12 18:14:29 +00:00
protocols-lazy.m Prep for new warning. 2009-07-21 20:50:41 +00:00
protocols.m Force NeXT runtime for this test. 2009-07-11 23:04:43 +00:00
runtime-fns.m fix a crash compiling code with its own definition of objc_assign_weak. 2009-04-17 22:12:36 +00:00
super-classmethod-category.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
super-dotsyntax-property.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
synchronized.m OS dependent code removed. 2009-04-12 17:43:53 +00:00
synthesize_ivar-cont-class.m Don't use \01 in symbol name if unnecessary. 2009-04-15 19:52:32 +00:00
synthesize_ivar.m Nonfragile ivar synthesis with property is in a continuation 2009-04-01 19:37:34 +00:00
try.m Fix test (triple wasn't passed correctly, the driver doesn't accept 2009-04-07 02:31:44 +00:00
unname-bf-metadata.m Rename clang to clang-cc. 2009-03-24 02:24:46 +00:00
variadic-sends.m Use ABIArgInfo::getDirect() for all types that have a pointer representation. 2009-09-26 03:56:53 +00:00