llvm-project/clang/test/CodeGenObjC
Fariborz Jahanian aedcfa49b9 Must allow for strong cast of floats as well (objc2 gc).
llvm-svn: 67551
2009-03-23 19:10:40 +00:00
..
2008-10-23-invalid-icmp.m Fix regression in comparison of qualified id; == operator was being 2008-10-23 23:30:52 +00:00
bitfield-1.m Force -triple/-fnext-runtime for a few more test cases. 2009-02-03 23:04:31 +00:00
bitfield-ivar-metadata.m correct bitfield ivar offset in ivar meta-data. 2009-03-07 19:43:20 +00:00
blocks-unsupported.m Fix to account for default support for blocks. Once we have enough 2009-03-07 15:34:10 +00:00
blocks.m Fix codegen for support for super inside block literal expressions. 2009-03-20 21:53:12 +00:00
category-super-class-meth.m Force -triple/-fnext-runtime for a few more test cases. 2009-02-03 23:04:31 +00:00
class-getter-dotsyntax.m ir-gen support for class getter/setter call 2009-03-10 18:03:11 +00:00
class-type.m Fixed a problem caused by foreward @class use 2009-02-14 20:13:28 +00:00
compatibility-alias.m Objc's compatibility-alias semantics and code 2009-01-08 01:10:55 +00:00
constant-strings.m Add some Objective-C code generation tests. 2008-09-04 04:36:23 +00:00
continuation-class.m Set default property attributes on each property. 2008-11-26 20:01:34 +00:00
dot-syntax-1.m Add some Objective-C code generation tests. 2008-09-04 04:36:23 +00:00
dot-syntax.m Add some Objective-C code generation tests. 2008-09-04 04:36:23 +00:00
encode-test-1.m Patch to fix encoding of Enum bitfields in ObjC. 2009-01-13 01:18:13 +00:00
encode-test-2.m Improving on encoding of objective-c's property types. More to come. 2009-01-20 19:14:18 +00:00
encode-test-3.m handle @encode interactions with array initializers. 2009-02-24 23:10:27 +00:00
encode-test-4.m Make constant emission for @encode use the common string emission code. 2009-03-07 20:17:55 +00:00
encode-test.m Fix a grep error that caused CodeGenObjC/encode-test.m to fail. 2008-12-28 15:48:05 +00:00
forward-class-impl-metadata.m Fix a crash during meta-data generation of objc2's nonfragile abi. 2009-03-20 20:48:19 +00:00
hidden.m Add some Objective-C code generation tests. 2008-09-04 04:36:23 +00:00
implicit-property.m Implemented ir-gen for 'implicit' properties using the new AST nodes. 2008-11-22 22:30:21 +00:00
link-errors.m Force triple for a couple test cases. 2009-03-13 22:48:51 +00:00
message-arrays.m Force -triple/-fnext-runtime for a few more test cases. 2009-02-03 23:04:31 +00:00
messages-2.m Add some Objective-C code generation tests. 2008-09-04 04:36:23 +00:00
messages.m Add some Objective-C code generation tests. 2008-09-04 04:36:23 +00:00
newproperty-nested-synthesis-1.m Support for implementation of property in the case where 2008-12-09 20:23:04 +00:00
no-category-class.m Fixed a 64bit code gen bug of a cateogory 2009-02-13 17:52:22 +00:00
objc-align.m NeXT: Set alignment on a number of ObjC metadata variables (matching llvm-gcc). 2009-03-09 22:18:41 +00:00
objc2-property-encode.m Fixes a bug in property type encoding. 2009-02-16 21:41:04 +00:00
objc2-protocol-enc.m Detailed documentation for encoding of properties and a test 2009-01-20 20:04:12 +00:00
objc2-retain-codegen.m Fixed an ir-gen bug in syntheszing a getter function 2009-03-03 18:49:40 +00:00
objc2-strong-cast-1.m Must allow for strong cast of floats as well (objc2 gc). 2009-03-23 19:10:40 +00:00
objc2-strong-cast.m Fix test. 2009-03-13 00:43:34 +00:00
objc2-weak-compare.m Fixed a bug where generation of read-barriers caused 2009-03-06 23:05:56 +00:00
objc2-weak-ivar.m Fixed an ICE in meta-data generation of __weak/__strong ivars. 2009-02-21 18:23:24 +00:00
overloadable.m add rdar# 2009-03-08 01:43:34 +00:00
predefined-expr-in-method.m Add some Objective-C code generation tests. 2008-09-04 04:36:23 +00:00
property-aggr-type.m Use -fnext-runtime for this test. 2009-02-04 00:03:15 +00:00
property-agrr-getter.m Add -fnext-runtime to Objective-C properties testcase 2009-01-17 00:53:59 +00:00
property-getter-dot-syntax.m Patch to allow a getter call using property dot-syntax notation. 2008-12-10 00:21:50 +00:00
property-incr-decr-1.m Force -triple/-fnext-runtime for a few more test cases. 2009-02-03 23:04:31 +00:00
property-setter-attr.m Use paropery's setter attribute name as 2009-03-12 22:34:11 +00:00
property.m This test checks for duplicate implementation of the same 2008-12-05 22:32:48 +00:00
protocols-lazy.m add targe triple commandline option to fix test failure on Linux. 2008-11-16 09:17:52 +00:00
runtime-fns.m NeXT: Update to use CreateRuntimeFunction for the routines it imports. 2008-10-01 01:06:06 +00:00
super-classmethod-category.m Obscure code gen bug related to sending 2009-02-28 20:07:56 +00:00
super-dotsyntax-property.m More super dot-syntax property implementation 2009-03-20 19:18:21 +00:00
synchronized.m Fix two @synchronized bugs found by inspection: the expression to sychronize on should only be evaluated once, and it is evaluated outside the cleanup scope. 2009-02-24 01:43:46 +00:00
unname-bf-metadata.m Patch to re-implement ivar-list meta-data generation to fix 2009-01-17 19:36:33 +00:00