Open
Description
In clang-tidy, we have an option allow-enabling-analyzer-alpha-checkers
that is not visible to users.
llvm-project/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
Lines 278 to 284 in b6313b3
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
:
llvm-project/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
Lines 298 to 301 in b6313b3