summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/auto-property-synthesize-protocol.m
Commit message (Collapse)AuthorAgeFilesLines
* Replace -fobjc-default-synthesize-properties with ↵Rafael Espindola2013-09-271-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 Jahanian2012-02-231-9/+15
| | | | llvm-svn: 151280
* XFAIL test until I figure out how to make test pass on different platforms.Fariborz Jahanian2012-02-231-0/+1
| | | | llvm-svn: 151277
* Change test again so it passes in build-bot until I can figure out what isFariborz Jahanian2012-02-231-2/+2
| | | | | | going on. llvm-svn: 151275
* fix test for patch in r151268.Fariborz Jahanian2012-02-231-2/+2
| | | | llvm-svn: 151272
* objective-c default synthesis. classes which adopt protocol propertiesFariborz Jahanian2012-02-231-0/+30
must still auto synthesize those propeties which have been redeclared in the class. // rdar://10907410 llvm-svn: 151268
OpenPOWER on IntegriCloud