[PATCH] D59932: [clang-tidy] **Prototype**: Add fix description to clang-tidy checks.
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 28 11:40:42 PDT 2019
JonasToth added a comment.
I think the idea is good and implementation, too. If we iterate all checks anyway (probably?) we could think about adding a severity to the checks, too?
I know that code-checker and code-compass have something like this to signal importance of problems (say bugprone and cert differ from readability for example).
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59932/new/
https://reviews.llvm.org/D59932
More information about the cfe-commits
mailing list