Skip to content

[clang-tidy] Add speed info about each check in 'clang-tidy/checks/list.html' #150789

@vbvictor

Description

@vbvictor

As for now, user can only understand speed of each check when benchmarking clang-tidy analysis himself.
We could create a new column in https://clang.llvm.org/extra/clang-tidy/checks/list.html with speed of each check.
I didn't think much in what form to present it, but for first iteration it could be SLOW, MEDIUM, FAST.

Here is how clangd measures each check. We could reuse some of the infrastructure from clangd to begin with and later build a benchmark framework similar which clang-static-analyzer has.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions