summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
Commit message (Expand)AuthorAgeFilesLines
* Detailed documentation for encoding of properties and a test Fariborz Jahanian2009-01-201-0/+43
* Improving on encoding of objective-c's property types. More to come.Fariborz Jahanian2009-01-201-0/+29
* Patch to re-implement ivar-list meta-data generation to fixFariborz Jahanian2009-01-171-0/+14
* Add -fnext-runtime to Objective-C properties testcaseDouglas Gregor2009-01-171-1/+1
* Patch to fix encoding of Enum bitfields in ObjC.Fariborz Jahanian2009-01-131-0/+36
* Patch to implement code gen for aggrgate-valued property usedFariborz Jahanian2009-01-121-0/+17
* Objc's compatibility-alias semantics and codeFariborz Jahanian2009-01-081-0/+8
* Another nasty code gen. bug with trivial fix. Calling classFariborz Jahanian2009-01-071-0/+19
* Fix a grep error that caused CodeGenObjC/encode-test.m to fail.Sebastian Redl2008-12-281-1/+1
* Last patch, for now, to privde ObjC's encoding of types.Fariborz Jahanian2008-12-231-1/+10
* More encoding support; in this case, encoding ofFariborz Jahanian2008-12-221-1/+5
* Test case makes a platform assumption, so force triple.Sebastian Redl2008-12-211-1/+1
* Finish up saving original parameter type andFariborz Jahanian2008-12-201-1/+14
* Strangely enough, name of ObjC class is not encoded into theFariborz Jahanian2008-12-201-1/+14
* More encoding support. This time forFariborz Jahanian2008-12-191-1/+39
* Test case for my last @encode patch.Fariborz Jahanian2008-12-191-0/+17
* And a test case for my previous patch.Fariborz Jahanian2008-12-151-0/+79
* Patch to allow a getter call using property dot-syntax notation.Fariborz Jahanian2008-12-101-0/+11
* Support for implementation of property in the case whereFariborz Jahanian2008-12-091-0/+78
* This test checks for duplicate implementation of the same Fariborz Jahanian2008-12-051-4/+4
* Another test for property code gen.Fariborz Jahanian2008-11-261-0/+29
* Code gen for aggregate-valued properties and a test case.Fariborz Jahanian2008-11-261-0/+50
* Set default property attributes on each property.Fariborz Jahanian2008-11-261-0/+35
* Implemented ir-gen for 'implicit' properties using the new AST nodes.Fariborz Jahanian2008-11-221-0/+16
* Fixed bugzilla bug# 3095 related to code gen. for @synchronized.Fariborz Jahanian2008-11-211-0/+20
* Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 targetDouglas Gregor2008-11-171-1/+2
* Test case for objective-c's @synchronized statement.Fariborz Jahanian2008-11-171-0/+11
* add targe triple commandline option to fix test failure on Linux.Zhongxing Xu2008-11-161-1/+1
* NeXT: Emit protocol objects lazily.Daniel Dunbar2008-10-291-0/+48
* Fix regression in comparison of qualified id; == operator was beingDaniel Dunbar2008-10-231-0/+7
* NeXT: Update to use CreateRuntimeFunction for the routines it imports.Daniel Dunbar2008-10-011-0/+28
* Add more testing of Obj-C property synthesis.Daniel Dunbar2008-09-241-0/+11
* Fix two bugs exposed by array passing assert:Daniel Dunbar2008-09-111-0/+15
* Add some Objective-C code generation tests.Daniel Dunbar2008-09-049-0/+642
OpenPOWER on IntegriCloud