[PATCH] D36051: [clang-tidy] List the checkers with autofix

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 30 01:28:07 PDT 2017


JonasToth added a comment.

would be a classification of checks in general interesting?

i could think of "quality", some checks might be heuristic, some might be new and have some bugs, and some might catch everything correct and handle it perfectly.

So checks could have 2 categories:

-> autofixing/warning
-> always correct/heuristic/unsure

This would maybe improve acceptance, since you know what you get. If you are not interested in toying around, just activate the "always correct" stuff, and you wont accidentially break your code.


https://reviews.llvm.org/D36051





More information about the cfe-commits mailing list