Home
last modified time | relevance | path

Searched refs:run_clang_tidy (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/scripts/code_style/
Dclang_tidy_rename.py48 def run_clang_tidy(src_path, panda_dir, build_dir, fix_dir, compile_args, msg, clang_rules_autofix): function
93 proc = pool.apply_async(func=run_clang_tidy, args=(
/arkcompiler/runtime_core/static_core/scripts/clang-tidy/
Dclang_tidy_check.py210 def run_clang_tidy(src_path: str, panda_dir: str, build_dir: str, compile_args: str) -> bool: function
261 proc = pool.apply_async(func=run_clang_tidy, args=(