Issue 162375
Summary [clang-tidy] Missing checks with option `--list-checks`
Labels clang-tidy
Assignees
Reporter 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:
```bash
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. 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to