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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits