[PATCH] D43581: [clang-tidy/google] Fix the Objective-C global variable declaration check 🔧
Yan Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 22 11:34:09 PST 2018
Wizard requested changes to this revision.
Wizard added a comment.
This revision now requires changes to proceed.
Please update the warning info to indicate that prefix 'k' is not the only option for constants. Something like:
"const global variable '%0' must have an appropriate prefix or a name which starts with 'k[A-Z]'"
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D43581
More information about the cfe-commits
mailing list