summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/comment-unqualified-objc-pointer.m
Commit message (Collapse)AuthorAgeFilesLines
* Clean up ObjCPropertyDecl printingDavid Goldman2019-04-081-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 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
* [documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian2013-05-011-3/+3
| | | | | | | when doccumenting declrations in comments. // rdar://13757500 llvm-svn: 180880
* Fix buildbot yet again. // rdar://13757500.Fariborz Jahanian2013-05-011-1/+1
| | | | llvm-svn: 180863
* attempt to fix the buildbot failure.Fariborz Jahanian2013-05-011-1/+1
| | | | llvm-svn: 180861
* [ObjC declaration documentation] declaration of Fariborz Jahanian2013-05-011-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
OpenPOWER on IntegriCloud