Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Objective-C: When using super.prop, property should be | Fariborz Jahanian | 2013-03-11 | 1 | -0/+1 |
| | | | | | | | looked up the current class's super class. // rdar://13349296 llvm-svn: 176832 | ||||
* | Fix crash when synthesizing property setters when the property type and ivar | Daniel Dunbar | 2009-10-27 | 1 | -0/+6 |
| | | | | | | | type have mismatched Objective-C types. - <rdar://problem/7336352> [irgen] crash in synthesized property construction llvm-svn: 85275 | ||||
* | Simplify tests now that GNU runtime supports exception handling. | Daniel Dunbar | 2009-05-18 | 1 | -4/+0 |
| | | | | llvm-svn: 72021 | ||||
* | We no longer accept @defs with the non-fragile ABI. | Daniel Dunbar | 2009-04-21 | 1 | -0/+2 |
| | | | | llvm-svn: 69721 | ||||
* | Update test case. | Daniel Dunbar | 2009-03-20 | 1 | -2/+0 |
| | | | | llvm-svn: 67392 | ||||
* | More super dot-syntax property implementation | Fariborz Jahanian | 2009-03-20 | 1 | -2/+0 |
| | | | | | | | when there is actually a property declaration used in the dot-syntax. llvm-svn: 67391 | ||||
* | Don't mangle names of local variables. | Daniel Dunbar | 2009-03-05 | 1 | -0/+8 |
| | | | | | | | | - For one thing, this adds unneeded overhead; for another, this routine can be used to emit unnamed decls which we shouldn't try to mangle. llvm-svn: 66212 | ||||
* | Patch to diagnose a variety of misuse of property | Fariborz Jahanian | 2008-12-06 | 1 | -1/+1 |
| | | | | | | | attributes. Example would be, readonly, assign or assign, copy, etc. llvm-svn: 60620 | ||||
* | Use #define trickery to de-XFAIL test/Coverage/codegen-gnu.m while | Daniel Dunbar | 2008-10-24 | 1 | -0/+4 |
| | | | | | | still getting coverage for non-IRgen cases. llvm-svn: 58084 | ||||
* | Use #define trickery to de-XFAIL test/Coverage/codegen-next.m while | Daniel Dunbar | 2008-10-24 | 1 | -3/+7 |
| | | | | | | still getting coverage for non-IRgen cases. llvm-svn: 58082 | ||||
* | Add some uses of PredefinedExpr to language coverage includes. | Daniel Dunbar | 2008-10-17 | 1 | -0/+4 |
| | | | | llvm-svn: 57744 | ||||
* | Improve codegen coverage tests. | Daniel Dunbar | 2008-10-05 | 1 | -2/+0 |
| | | | | | | | - Hit debug info generation. - Hit both ObjC runtimes. llvm-svn: 57088 | ||||
* | Add coverage tests of C and Obj-C language features. | Daniel Dunbar | 2008-10-04 | 1 | -0/+69 |
- AST printing, dumping, serialization, codegen. - HTML printing. - Parser callbacks. Several of these are XFAIL because they trigger unimplemented code. llvm-svn: 57081 |