Updated tests broken by this change.
Fixes https://bugs.llvm.org/show_bug.cgi?id=27628
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D45258
[clang-tidy] Return non-zero exit code for clang errors. ClosedPublic Authored by alexfh on Apr 4 2018, 7:07 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 9 2018, 4:54 AM Closed by commit rCTE329579: [clang-tidy] Return non-zero exit code for clang errors. (authored by alexfh). · Explain WhyApr 9 2018, 8:17 AM Closed by commit rL329579: [clang-tidy] Return non-zero exit code for clang errors. (authored by alexfh). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 141657 clang-tools-extra/trunk/clang-tidy/tool/ClangTidyMain.cpp
clang-tools-extra/trunk/test/clang-tidy/bugprone-suspicious-semicolon-fail.cpp
clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy.py
clang-tools-extra/trunk/test/clang-tidy/diagnostic.cpp
clang-tools-extra/trunk/test/clang-tidy/fix-errors.cpp
clang-tools-extra/trunk/test/clang-tidy/misc-misplaced-const-cxx17.cpp
clang-tools-extra/trunk/test/clang-tidy/misc-unused-using-decls-errors.cpp
clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-assert-failure.cpp
clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-assert-failure.cpp
clang-tools-extra/trunk/test/clang-tidy/serialize-diagnostics.cpp
|