[PATCH] D42143: add ID as a special acronym to objc property declaration check for property names like bundleID.allow using acronyms as suffix.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 17 04:34:28 PST 2018
hokein added inline comments.
================
Comment at: clang-tools-extra/trunk/clang-tidy/objc/PropertyDeclarationCheck.cpp:45
+ "FTP;"
+ "ID";
----------------
We also need to update the doc of the check.
Repository:
rL LLVM
https://reviews.llvm.org/D42143
More information about the cfe-commits
mailing list