summaryrefslogtreecommitdiffstats
path: root/test/AST/ast-print-objc-property.m
Commit message (Collapse)AuthorAgeFilesLines
* Clean up ObjCPropertyDecl printingDavid Goldman2019-04-081-0/+22
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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@357937 91177308-0d34-0410-b5e6-96231b3b80d8