Skip to content

[clang-tidy] Missing checks with option --list-checks #162375

@0hDEADBEAF

Description

@0hDEADBEAF

Description: It seems that some checks listed on clang-tidy's documentation are not displayed when using the --list-checks option. Here's the list of the checks that are not shown with --list-checks option:

  • bugprone-command-processor
  • bugprone-throwing-static-initialization
  • modernize-avoid-setjmp-longjmp
  • modernize-avoid-variadic-functions
  • readability-redundant-parentheses

Branch: main

Steps to reproduce: Just run the following command:

clang-tidy --list-checks --config="{Checks: '*'}"

Expected output: A list containing the 5 options mentioned above.

Actual output: A list missing the 5 options mentioned above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clang-tidyquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions