clang-tools 19.0.0git
Functions | Variables
clang-tidy-diff Namespace Reference

Functions

def run_tidy (task_queue, lock, timeout, failed_files)
 
def start_workers (max_tasks, tidy_caller, arguments)
 
def merge_replacement_files (tmpdir, mergefile)
 
def main ()
 

Variables

 try :
 
None yaml = None
 
sys is_py2 = "2"
 
 else :
 

Function Documentation

◆ main()

def clang-tidy-diff.main ( )

Definition at line 127 of file clang-tidy-diff.py.

References main(), merge_replacement_files(), and start_workers().

Referenced by main().

◆ merge_replacement_files()

def clang-tidy-diff.merge_replacement_files (   tmpdir,
  mergefile 
)
Merge all replacement files in a directory into a single file

Definition at line 102 of file clang-tidy-diff.py.

Referenced by main().

◆ run_tidy()

def clang-tidy-diff.run_tidy (   task_queue,
  lock,
  timeout,
  failed_files 
)

Definition at line 52 of file clang-tidy-diff.py.

◆ start_workers()

def clang-tidy-diff.start_workers (   max_tasks,
  tidy_caller,
  arguments 
)

Definition at line 95 of file clang-tidy-diff.py.

Referenced by main().

Variable Documentation

◆ else

clang-tidy-diff.else :

Definition at line 48 of file clang-tidy-diff.py.

◆ is_py2

sys clang-tidy-diff.is_py2 = "2"

Definition at line 44 of file clang-tidy-diff.py.

◆ try

clang-tidy-diff.try :

Definition at line 39 of file clang-tidy-diff.py.

◆ yaml

None clang-tidy-diff.yaml = None

Definition at line 42 of file clang-tidy-diff.py.