We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a10d0 commit f9bcd5cCopy full SHA for f9bcd5c
1 file changed
lib/cppcheck.cpp
@@ -464,7 +464,8 @@ unsigned int CppCheck::checkClang(const FileWithDetails &file)
464
if (!mSettings.buildDir.empty()) {
465
std::ofstream fout(clangcmd);
466
fout << exe << " " << args2 << " " << redirect2 << std::endl;
467
- } else if (mSettings.verbose && !mSettings.quiet) {
+ }
468
+ if (mSettings.verbose && !mSettings.quiet) {
469
mErrorLogger.reportOut(exe + " " + args2);
470
}
471
0 commit comments