We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6e43d commit 9463247Copy full SHA for 9463247
cpp-linter/src/clang_tools/clang_format.rs
@@ -80,7 +80,7 @@ pub fn tally_format_advice(files: &[Arc<Mutex<FileObj>>]) -> u64 {
80
total
81
}
82
83
-/// Run clang-tidy for a specific `file`, then parse and return it's XML output.
+/// Run clang-format for a specific `file`, then parse and return it's XML output.
84
pub fn run_clang_format(
85
file: &mut MutexGuard<FileObj>,
86
clang_params: &ClangParams,
0 commit comments