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