Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up ObjCPropertyDecl printing | David Goldman | 2019-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Summary: - `@property(attr, attr2)` instead of `@property ( attr,attr2 )`. - Change priority of attributes (see code/comments inline). - Support for printing weak and unsafe_unretained attributes. Subscribers: arphaman, jfb, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D57965 llvm-svn: 357937 | ||||
* | 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 | ||||
* | [documenting declaration]: Remove arc liftime qualifiers | Fariborz Jahanian | 2013-05-01 | 1 | -3/+3 |
| | | | | | | | when doccumenting declrations in comments. // rdar://13757500 llvm-svn: 180880 | ||||
* | Fix buildbot yet again. // rdar://13757500. | Fariborz Jahanian | 2013-05-01 | 1 | -1/+1 |
| | | | | llvm-svn: 180863 | ||||
* | attempt to fix the buildbot failure. | Fariborz Jahanian | 2013-05-01 | 1 | -1/+1 |
| | | | | llvm-svn: 180861 | ||||
* | [ObjC declaration documentation] declaration of | Fariborz Jahanian | 2013-05-01 | 1 | -0/+36 |
types involving Objective-C pointers must have their arc qualifiers elided as they don't add any additional info. // rdar://13757500. llvm-svn: 180860 |