Update clang-tidy to return 1 when there's an error.
Diff Detail
Diff Detail
Event Timeline
clang-tidy/tool/ClangTidyMain.cpp | ||
---|---|---|
452 | Failed tests reminded me of the -fix-errors flag. I suppose, clang-tidy should not return an error code, when all errors it noticed, contained fixes that were successfully applied by -fix-errors. |
Failed tests reminded me of the -fix-errors flag.
I suppose, clang-tidy should not return an error code, when all errors it noticed, contained fixes that were successfully applied by -fix-errors.