[PATCH] D27815: [clang-tidy] Add obvious module for obvious bugs

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 16 08:55:41 PST 2016


aaron.ballman added a comment.

I am really not keen on the name "obvious" for this module. What is obvious to one person is not always obvious to another. Also, if the checks are finding *obvious bugs*, then that suggests they should be implemented in the clang frontend rather than a tool that is run less frequently.

Since the checks are meant to be finding bugs rather than enforcing a coding standard, performance, readability, etc, a few possible alternative names:

`bugs-`
`correctness-`


https://reviews.llvm.org/D27815





More information about the cfe-commits mailing list