Skip to content

Commit

Permalink
Move from a long list of checkers to tables
Browse files Browse the repository at this point in the history
Summary:
Currently, the list isn't very useful.
This change adds two tables.

* The checkers
* The aliases

For each checkers, we provide extract info:

* the severity. Taken from codechecker - https://github.com/Ericsson/codechecker/blob/master/config/checker_severity_map.json
* if the checker has an autofix or not

I used the cvs format for the table because:
* it is easy
* the data could be reused by other tools (we could move
that into a separated / generated file at some point)

Reviewers: alexfh, jdoerfert, jfb, lebedev.ri, Eugene.Zelenko

Subscribers: dexonsmith, wuzish, nemanjai, kbarton, arphaman, lebedev.ri, whisperity, Eugene.Zelenko, JonasToth, JDevlieghere, xazax.hun, cfe-commits, #clang-tools-extra

Tags: #clang

Differential Revision: https://reviews.llvm.org/D36051
  • Loading branch information
sylvestre committed Dec 23, 2019
1 parent 261b7b4 commit d2c9c91
Showing 1 changed file with 404 additions and 384 deletions.
Loading

0 comments on commit d2c9c91

Please sign in to comment.