[PATCH] D15805: [clang-tidy] Cleanup code in CERT module.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 29 04:17:47 PST 2015
hokein added a comment.
I'm wondering whether should we rename `CERT` to `cert` to keep the same with other modules like misc and google.
For adding a new check in CERT module, you need to use the upper name explicitly via `python add_new_check.py CERT foo` rather than `python add_new_check.py cert foo`.
Repository:
rL LLVM
http://reviews.llvm.org/D15805
More information about the cfe-commits
mailing list