[PATCH] D57965: Clean up ObjCPropertyDecl printing

Ben Langmuir via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 12 13:54:39 PST 2019


benlangmuir added a comment.

> @property(attr, attr2) instead of @property ( attr,attr2 ).

The style I see most often is `@property (attr, attr2)`, which is in between those two.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57965/new/

https://reviews.llvm.org/D57965





More information about the cfe-commits mailing list