[PATCH] D57965: Clean up ObjCPropertyDecl printing

David Goldman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 8 11:11:10 PST 2019


dgoldman created this revision.
Herald added subscribers: cfe-commits, jfb, arphaman.
Herald added a project: clang.

- `@property(attr, attr2)` instead of `@property ( attr,attr2 )`.
- Change priority of attributes (see code/comments inline).
- Support for printing weak and unsafe_unretained attributes.


Repository:
  rC Clang

https://reviews.llvm.org/D57965

Files:
  lib/AST/DeclPrinter.cpp
  test/Index/comment-objc-decls.m
  test/Index/comment-unqualified-objc-pointer.m
  test/PCH/chain-remap-types.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57965.186004.patch
Type: text/x-patch
Size: 7556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190208/92d686f8/attachment.bin>


More information about the cfe-commits mailing list