Go to the source code of this file.
|
bool | run-clang-tidy.strtobool (str val) |
|
str | run-clang-tidy.find_compilation_database (str path) |
|
List[str] | run-clang-tidy.get_tidy_invocation (str f, str clang_tidy_binary, str checks, Optional[str] tmpdir, str build_path, Optional[str] header_filter, bool allow_enabling_alpha_checkers, List[str] extra_arg, List[str] extra_arg_before, bool quiet, str config_file_path, str config, Optional[str] line_filter, bool use_color, List[str] plugins, Optional[str] warnings_as_errors, Optional[str] exclude_header_filter, bool allow_no_checks) |
|
None | run-clang-tidy.merge_replacement_files (str tmpdir, str mergefile) |
|
str | run-clang-tidy.find_binary (str arg, str name, str build_path) |
|
None | run-clang-tidy.apply_fixes (argparse.Namespace args, str clang_apply_replacements_binary, str tmpdir) |
|
T | run-clang-tidy.run_with_semaphore (asyncio.Semaphore semaphore, Callable[..., Awaitable[T]] f, *Any args, **Any kwargs) |
|
ClangTidyResult | run-clang-tidy.run_tidy (argparse.Namespace args, str name, str clang_tidy_binary, str tmpdir, str build_path) |
|
None | run-clang-tidy.main () |
|