[PATCH] D71745: clang-tidy doc: Move from a long list of checkers to tables
Sylvestre Ledru via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 20 02:02:03 PST 2019
sylvestre.ledru created this revision.
Herald added subscribers: cfe-commits, whisperity.
Herald added a reviewer: jdoerfert.
Herald added a project: clang.
sylvestre.ledru abandoned this revision.
sylvestre.ledru added a comment.
Done here:
https://reviews.llvm.org/D36051
Currently, the list isn't very useful.
This change adds two tables.
- The checkers
- The alias
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)
Differential revision: https://reviews.llvm.org/D36051
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71745
Files:
clang-tools-extra/docs/clang-tidy/checks/list.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71745.234840.patch
Type: text/x-patch
Size: 67958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191220/db037118/attachment-0001.bin>
More information about the cfe-commits
mailing list