hanchenye-llvm-project/clang/test/CodeGenObjC
Fariborz Jahanian 156506e749 ir-gen support for class getter/setter call
using property dot-syntax.

llvm-svn: 66556
2009-03-10 18:03:11 +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
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
continuation-class.m Set default property attributes on each property. 2008-11-26 20:01:34 +00:00
dot-syntax-1.m
dot-syntax.m
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
hidden.m
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
message-arrays.m Force -triple/-fnext-runtime for a few more test cases. 2009-02-03 23:04:31 +00:00
messages-2.m
messages.m
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-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
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.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
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