-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
clang-tidyquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
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
Labels
clang-tidyquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!