Go to the source code of this file.
| Namespaces | |
| namespace | check-style-clang-format | 
| Functions | |
| bool | check-style-clang-format.check_formatting (List[str] filenames, bool fix, int n_jobs) | 
| CHECK FORMATTING.  More... | |
| Tuple[str, bool] | check-style-clang-format.check_formatting_file (str filename, str clang_format_path, bool fix) | 
| None | check-style-clang-format.check_style (str path, bool enable_check_formatting, bool enable_check_whitespace, bool enable_check_tabs, bool fix, int n_jobs=1) | 
| CHECK STYLE.  More... | |
| bool | check-style-clang-format.check_tabs (List[str] filenames, bool fix, int n_jobs) | 
| CHECK TABS.  More... | |
| Tuple[str, bool] | check-style-clang-format.check_tabs_file (str filename, bool fix) | 
| bool | check-style-clang-format.check_trailing_whitespace (List[str] filenames, bool fix, int n_jobs) | 
| CHECK TRAILING WHITESPACE.  More... | |
| Tuple[str, bool] | check-style-clang-format.check_trailing_whitespace_file (str filename, bool fix) | 
| str | check-style-clang-format.find_clang_format_path () | 
| Tuple[List[str], List[str], List[str]] | check-style-clang-format.find_files_to_check_style (str path) | 
| bool | check-style-clang-format.skip_directory (str dirpath) | 
| AUXILIARY FUNCTIONS.  More... | |
| bool | check-style-clang-format.skip_file_formatting (str path) | 
| bool | check-style-clang-format.skip_file_tabs (str path) | 
| bool | check-style-clang-format.skip_file_whitespace (str path) |