Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace -fobjc-default-synthesize-properties with ↵ | Rafael Espindola | 2013-09-27 | 1 | -1/+1 |
| | | | | | | | | | disable-objc-default-synthesize-properties. We want the modern behavior most of the time, so inverting the option simplifies the driver and the tests. llvm-svn: 191551 | ||||
* | Test is fixed. | Fariborz Jahanian | 2012-02-23 | 1 | -9/+15 |
| | | | | llvm-svn: 151280 | ||||
* | XFAIL test until I figure out how to make test pass on different platforms. | Fariborz Jahanian | 2012-02-23 | 1 | -0/+1 |
| | | | | llvm-svn: 151277 | ||||
* | Change test again so it passes in build-bot until I can figure out what is | Fariborz Jahanian | 2012-02-23 | 1 | -2/+2 |
| | | | | | | going on. llvm-svn: 151275 | ||||
* | fix test for patch in r151268. | Fariborz Jahanian | 2012-02-23 | 1 | -2/+2 |
| | | | | llvm-svn: 151272 | ||||
* | objective-c default synthesis. classes which adopt protocol properties | Fariborz Jahanian | 2012-02-23 | 1 | -0/+30 |
must still auto synthesize those propeties which have been redeclared in the class. // rdar://10907410 llvm-svn: 151268 |