clang-tools 20.0.0git
Classes | Namespaces | Functions | Variables
run-clang-tidy.py File Reference

Go to the source code of this file.

Classes

class  run-clang-tidy.ClangTidyResult
 

Namespaces

namespace  run-clang-tidy
 
namespace  run
 -clang-tidy
 

Functions

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)
 
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 ()
 

Variables

Optional run-clang-tidy.yaml = None
 
 run-clang-tidy.try :
 
TypeVar run-clang-tidy.T = TypeVar("T")