[PATCH] D59932: [clang-tidy] **Prototype**: Add fix description to clang-tidy checks.

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 28 11:59:17 PDT 2019


Eugene.Zelenko added a comment.

In D59932#1446533 <https://reviews.llvm.org/D59932#1446533>, @JonasToth wrote:

> 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).


Also Clazy <https://github.com/KDE/clazy> split checks by severity level.


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