This is an archive of the discontinued LLVM Phabricator instance.

clang-tidy doc: Move from a long list of checkers to tables
AbandonedPublic

Authored by sylvestre.ledru on Dec 20 2019, 1:57 AM.

Details

Reviewers
jdoerfert
Summary

Currently, the list isn't very useful.
This change adds two tables.

  • The checkers
  • The alias

For each checkers, we provide extract info:

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