David Goldman
|
fa8185c504
|
Clean up ObjCPropertyDecl printing
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
|
2019-04-08 19:52:45 +00:00 |
Rafael Espindola
|
ea1ba0adfc
|
Replace -fobjc-default-synthesize-properties with 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
|
2013-09-27 20:21:48 +00:00 |
Fariborz Jahanian
|
b5f34681a6
|
[documenting declaration]: Remove arc liftime qualifiers
when doccumenting declrations in comments.
// rdar://13757500
llvm-svn: 180880
|
2013-05-01 20:53:21 +00:00 |
Fariborz Jahanian
|
1a658edfef
|
Fix buildbot yet again. // rdar://13757500.
llvm-svn: 180863
|
2013-05-01 17:58:21 +00:00 |
Fariborz Jahanian
|
0a50662f8b
|
attempt to fix the buildbot failure.
llvm-svn: 180861
|
2013-05-01 17:47:05 +00:00 |
Fariborz Jahanian
|
9e0758442e
|
[ObjC declaration documentation] declaration of
types involving Objective-C pointers must have
their arc qualifiers elided as they don't
add any additional info. // rdar://13757500.
llvm-svn: 180860
|
2013-05-01 17:28:37 +00:00 |