xref: /llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/enable.gni (revision 33c9dbbd380913e8ab7e5a8e82468f9f7d092187)
1declare_args() {
2  # Whether to include the static analyzer in the clang-tidy binary.
3  clang_tidy_enable_static_analyzer = true
4}
5