forked from OSchip/llvm-project
parent
04ca0bba9c
commit
b0a9b70373
|
@ -324,8 +324,9 @@ int clangTidyMain(int argc, const char **argv) {
|
||||||
|
|
||||||
printStats(Stats);
|
printStats(Stats);
|
||||||
if (DisableFixes)
|
if (DisableFixes)
|
||||||
llvm::errs() << "Found compiler errors, but -fix-error was not specified.\n"
|
llvm::errs()
|
||||||
"Fixes have NOT been applied.\n\n";
|
<< "Found compiler errors, but -fix-errors was not specified.\n"
|
||||||
|
"Fixes have NOT been applied.\n\n";
|
||||||
|
|
||||||
if (EnableCheckProfile)
|
if (EnableCheckProfile)
|
||||||
printProfileData(Profile, llvm::errs());
|
printProfileData(Profile, llvm::errs());
|
||||||
|
|
Loading…
Reference in New Issue