[all-commits] [llvm/llvm-project] d2c9c9: Move from a long list of checkers to tables
Sylvestre Ledru via All-commits
all-commits at lists.llvm.org
Mon Dec 23 09:44:36 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d2c9c9157b0528436d3b9f5e22c872f0ee6509a2
https://github.com/llvm/llvm-project/commit/d2c9c9157b0528436d3b9f5e22c872f0ee6509a2
Author: Sylvestre Ledru <sylvestre at debian.org>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
M clang-tools-extra/docs/clang-tidy/checks/list.rst
Log Message:
-----------
Move from a long list of checkers to tables
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
More information about the All-commits
mailing list