xref: /llvm-project/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Frontend/enable.gni (revision 610453e418cfdc9026b30f7b7f338fe3066afd3c)
1*610453e4SNico Weberdeclare_args() {
2*610453e4SNico Weber  # Whether to include the static analyzer in the clang binary.
3*610453e4SNico Weber  clang_enable_static_analyzer = true
4*610453e4SNico Weber}
5