clang-tools
7.0.0
|
Functions | |
def | adapt_cmake (module_path, check_name_camel) |
def | write_header (module_path, module, check_name, check_name_camel) |
def | write_implementation (module_path, module, check_name_camel) |
def | adapt_module (module_path, module, check_name, check_name_camel) |
def | add_release_notes (module_path, module, check_name) |
def | write_test (module_path, module, check_name, test_extension) |
def | update_checks_list (clang_tidy_path) |
def | write_docs (module_path, module, check_name) |
def | main () |
def add_new_check.adapt_cmake | ( | module_path, | |
check_name_camel | |||
) |
Definition at line 21 of file add_new_check.py.
Referenced by main().
def add_new_check.adapt_module | ( | module_path, | |
module, | |||
check_name, | |||
check_name_camel | |||
) |
Definition at line 155 of file add_new_check.py.
Referenced by main().
def add_new_check.add_release_notes | ( | module_path, | |
module, | |||
check_name | |||
) |
Definition at line 196 of file add_new_check.py.
Referenced by main().
def add_new_check.main | ( | ) |
Definition at line 305 of file add_new_check.py.
References adapt_cmake(), adapt_module(), add_release_notes(), clang::tidy::cppcoreguidelines.join(), update_checks_list(), write_docs(), write_header(), write_implementation(), and write_test().
def add_new_check.update_checks_list | ( | clang_tidy_path | ) |
Definition at line 251 of file add_new_check.py.
Referenced by main().
def add_new_check.write_docs | ( | module_path, | |
module, | |||
check_name | |||
) |
Definition at line 289 of file add_new_check.py.
Referenced by main().
def add_new_check.write_header | ( | module_path, | |
module, | |||
check_name, | |||
check_name_camel | |||
) |
Definition at line 50 of file add_new_check.py.
Referenced by main().
def add_new_check.write_implementation | ( | module_path, | |
module, | |||
check_name_camel | |||
) |
Definition at line 104 of file add_new_check.py.
Referenced by main().
def add_new_check.write_test | ( | module_path, | |
module, | |||
check_name, | |||
test_extension | |||
) |
Definition at line 227 of file add_new_check.py.
Referenced by main().