Function cpp_linter::clang_tools::clang_format::run_clang_format

source ·
pub fn run_clang_format(
    file: &mut MutexGuard<'_, FileObj>,
    clang_params: &ClangParams,
) -> Vec<(Level, String)>
Expand description

Run clang-tidy for a specific file, then parse and return it’s XML output.