pub fn run_clang_tidy(
file: &mut MutexGuard<'_, FileObj>,
clang_params: &ClangParams,
) -> Result<Vec<(Level, String)>>
Expand description
Run clang-tidy, then parse and return it’s output.
pub fn run_clang_tidy(
file: &mut MutexGuard<'_, FileObj>,
clang_params: &ClangParams,
) -> Result<Vec<(Level, String)>>
Run clang-tidy, then parse and return it’s output.