Function cpp_linter::clang_tools::capture_clang_tools_output

source ยท
pub async fn capture_clang_tools_output(
    files: &mut Vec<Arc<Mutex<FileObj>>>,
    version: &str,
    clang_params: &mut ClangParams,
)
Expand description

Runs clang-tidy and/or clang-format and returns the parsed output from each.

If tidy_checks is "-*" then clang-tidy is not executed. If style is a blank string (""), then clang-format is not executed.