|
Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
| def | should_scan (filename) |
| def | skip (filename) |
| def | get_matching_files () |
| def | get_edited_files (args) |
| def | build_command (check, filenames, verbose) |
| def | format_files (args, files) |
| def | get_file (args) |
| def | get_files (args) |
| def | process (args) |
| def | parse () |
| def | main () |
Variables | |
| list | dirlist |
| list | skiplist |
| list | patterns = ["*.c", "*.cpp", "*.h", "*.hpp", "*.inc"] |
| def clang-format.build_command | ( | check, | |
| filenames, | |||
| verbose | |||
| ) |
Definition at line 73 of file clang-format.py.
Referenced by format_files().
| def clang-format.format_files | ( | args, | |
| files | |||
| ) |
Definition at line 84 of file clang-format.py.
References build_command(), and len.
Referenced by process().
| def clang-format.get_edited_files | ( | args | ) |
Definition at line 64 of file clang-format.py.
References should_scan(), and skip().
Referenced by get_files().
| def clang-format.get_file | ( | args | ) |
Definition at line 93 of file clang-format.py.
References should_scan(), and skip().
Referenced by get_files().
| def clang-format.get_files | ( | args | ) |
Definition at line 101 of file clang-format.py.
References get_edited_files(), get_file(), and get_matching_files().
Referenced by process().
| def clang-format.get_matching_files | ( | ) |
| def clang-format.main | ( | void | ) |
| def clang-format.parse | ( | ) |
Definition at line 116 of file clang-format.py.
| def clang-format.process | ( | args | ) |
Definition at line 111 of file clang-format.py.
References format_files(), get_files(), and list().
Referenced by main().
| def clang-format.should_scan | ( | filename | ) |
| def clang-format.skip | ( | filename | ) |
Definition at line 53 of file clang-format.py.
Referenced by get_edited_files(), get_file(), and get_matching_files().
| list clang-format.dirlist |
Definition at line 14 of file clang-format.py.
Definition at line 44 of file clang-format.py.
Referenced by rz_asm_tokenize_asm_regex().
| list clang-format.skiplist |
Definition at line 27 of file clang-format.py.