[PATCH] D39829: add new check for property declaration

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 9 08:40:38 PST 2017


benhamilton added inline comments.


================
Comment at: docs/clang-tidy/checks/objc-property-declaration.rst:7
+Finds property declarations in Objective-C files that do not follow the pattern
+of property names in Google's Objective-C Style Guide. The property name should
+be in the format of Lower Camel Case.
----------------
hokein wrote:
> Google style? but the link you provided is Apple.
Google's Objective-C style guide is a list of additions on top of Apple's Objective-C style guide.

Property naming standards are defined in Apple's style guide, and not changed by Google's.


https://reviews.llvm.org/D39829





More information about the cfe-commits mailing list