llvm-for-llvmta/utils/gn/secondary/clang-tools-extra/clang-tidy/enable.gni

5 lines
131 B
Plaintext

declare_args() {
# Whether to include the static analyzer in the clang-tidy binary.
clang_tidy_enable_static_analyzer = true
}