[llvm-dev] [clang-tidy] where are "clang-diagnostic" checkers
zhaoyonggang via llvm-dev
llvm-dev at lists.llvm.org
Sun Sep 27 03:27:45 PDT 2020
Hi, all,
I build clang-tidy by "ninja clang-tidy", but when I run below command, I get no checks. Where is the clang-diagnostic* checkers? Thanks in advance.
> $ /Users/zyg/Documents/workspace/llvm-project/llvm/cmake-build-debug/bin/clang-tidy --checks="-*,clang-diagnostic-*" --list-checks
No checks enabled.
More information about the llvm-dev
mailing list