Go to the source code of this file.
Namespaces | |
| namespace | check |
| -style-clang-format | |
| namespace | check-style-clang-format |
Functions | |
| Tuple[str, bool, List[str]] | check-style-clang-format.check_formatting_file (str filename, bool fix, bool verbose, str clang_format_path) |
| Tuple[str, bool, List[str]] | check-style-clang-format.check_include_prefixes_file (str filename, bool fix, bool verbose) |
| CHECK STYLE FUNCTIONS. | |
| bool | check-style-clang-format.check_style_clang_format (str path, bool enable_check_include_prefixes, bool enable_check_formatting, bool enable_check_whitespace, bool enable_check_tabs, bool fix, bool verbose, int n_jobs=1) |
| CHECK STYLE MAIN FUNCTIONS. | |
| bool | check-style-clang-format.check_style_file (List[str] filenames, Callable check_style_file_function, str style_check_str, bool fix, bool verbose, int n_jobs, **kwargs) |
| Tuple[str, bool, List[str]] | check-style-clang-format.check_tabs_file (str filename, bool fix, bool verbose) |
| Tuple[str, bool, List[str]] | check-style-clang-format.check_trailing_whitespace_file (str filename, bool fix, bool verbose) |
| str | check-style-clang-format.find_clang_format_path () |
| Tuple[List[str], List[str], List[str], List[str]] | check-style-clang-format.find_files_to_check_style (str path) |
| bool | check-style-clang-format.should_analyze_directory (str dirpath) |
| AUXILIARY FUNCTIONS. | |
| bool | check-style-clang-format.should_analyze_file (str path, List[str] files_to_check, List[str] file_extensions_to_check) |