Issue |
148540
|
Summary |
[clang-tidy] Show 'allow-enabling-analyzer-alpha-checkers' in '--help' command.
|
Labels |
enhancement,
clang-tidy
|
Assignees |
|
Reporter |
vbvictor
|
In clang-tidy, we have an option `allow-enabling-analyzer-alpha-checkers` that is not visible to users.
https://github.com/llvm/llvm-project/blob/b6313b381ac0e83012ea11b4549cd8cb39b686d2/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp#L278-L284
I don't see a reason why it is invisible for users.
How can a user find out about the opportunity of running `analyzer-alpha-checkers` without reading source code?
I believe there are people like me who could benefit from seeing this option in regular `--help` documentation.
Moreover, the `allow-enabling-analyzer-alpha-checkers` option is presented in `run-clang-tidy`:
https://github.com/llvm/llvm-project/blob/b6313b381ac0e83012ea11b4549cd8cb39b686d2/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py#L298-L301
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs