15f9996aaSopenharmony_ci# Copyright (c) 2017 The Chromium Authors. All rights reserved.
25f9996aaSopenharmony_ci# Use of this source code is governed by a BSD-style license that can be
35f9996aaSopenharmony_ci# found in the LICENSE file.
45f9996aaSopenharmony_ci
55f9996aaSopenharmony_ci# Defines the configuration of Clang static analysis tools.
65f9996aaSopenharmony_ci# See docs/clang_static_analyzer.md for more information.
75f9996aaSopenharmony_ci
85f9996aaSopenharmony_cideclare_args() {
95f9996aaSopenharmony_ci  # Uses the Clang static analysis tools during compilation.
105f9996aaSopenharmony_ci  use_clang_static_analyzer = false
115f9996aaSopenharmony_ci}
12