summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
Commit message (Collapse)AuthorAgeFilesLines
* Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 targetDouglas Gregor2008-11-171-1/+2
| | | | llvm-svn: 59463
* Test case for objective-c's @synchronized statement.Fariborz Jahanian2008-11-171-0/+11
| | | | llvm-svn: 59451
* add targe triple commandline option to fix test failure on Linux.Zhongxing Xu2008-11-161-1/+1
| | | | llvm-svn: 59412
* NeXT: Emit protocol objects lazily.Daniel Dunbar2008-10-291-0/+48
| | | | | | | | | | - That is, the metadata for a protocol is only emitted if that protocol is actually used in the translation unit. This is important because Objective-C headers frequently contain a large number of protocol definitions, only a few of which will be used in any given file. llvm-svn: 58400
* Fix regression in comparison of qualified id; == operator was beingDaniel Dunbar2008-10-231-0/+7
| | | | | | created with LHS and RHS whose types didn't match. llvm-svn: 58049
* NeXT: Update to use CreateRuntimeFunction for the routines it imports.Daniel Dunbar2008-10-011-0/+28
| | | | llvm-svn: 56902
* Add more testing of Obj-C property synthesis.Daniel Dunbar2008-09-241-0/+11
| | | | llvm-svn: 56564
* Fix two bugs exposed by array passing assert:Daniel Dunbar2008-09-111-0/+15
| | | | | | | | | (1) Additional arguments to variadic methods should have default promotions applied. (2) Additional arguments to non-variadic methods were allowed. llvm-svn: 56084
* Add some Objective-C code generation tests.Daniel Dunbar2008-09-049-0/+642
- Note that these don't really test anything other than that code generation doesn't fail or crash. Better than nothing though! llvm-svn: 55761
OpenPOWER on IntegriCloud