summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp b/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
index 9bbec3b6269..398d2d06444 100644
--- a/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
+++ b/clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
@@ -324,8 +324,9 @@ int clangTidyMain(int argc, const char **argv) {
printStats(Stats);
if (DisableFixes)
- llvm::errs() << "Found compiler errors, but -fix-error was not specified.\n"
- "Fixes have NOT been applied.\n\n";
+ llvm::errs()
+ << "Found compiler errors, but -fix-errors was not specified.\n"
+ "Fixes have NOT been applied.\n\n";
if (EnableCheckProfile)
printProfileData(Profile, llvm::errs());
OpenPOWER on IntegriCloud