[PATCH] D27815: [clang-tidy] Add obvious module for obvious bugs
Piotr Padlewski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 19 02:59:31 PST 2016
Prazek added a comment.
The example of this kind of check is here:
https://reviews.llvm.org/D27806
I am not sure if it make sense to put it as clang warning.
After a little bit of thinking I guess name "typos" would be better, because I want to look for checks that are mostly typos (which are obvious btw) but it would make it more concrete.
https://reviews.llvm.org/D27815
More information about the cfe-commits
mailing list