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