No filters should affect the display of errors. Fixed a few tests,
which had compile errors.
We need to think what we should do with mapped errors (-Werror).
Paths
| Differential D3982
Never filter-out compile errors in clang-tidy, display them as errors. ClosedPublic Authored by alexfh on May 31 2014, 4:41 PM.
Details Summary No filters should affect the display of errors. Fixed a few tests, We need to think what we should do with mapped errors (-Werror).
Diff Detail Event Timelineklimek edited edge metadata. Comment Actions\o/ I think it's fine to count mapped errors as errors, as I'd expect clang-tidy to be a tool that generally is run after compilation works. This revision is now accepted and ready to land.Jun 2 2014, 10:52 AM
Revision Contents
Diff 9994 clang-tidy/ClangTidy.cpp
clang-tidy/ClangTidyDiagnosticConsumer.h
clang-tidy/ClangTidyDiagnosticConsumer.cpp
test/clang-tidy/deduplication.cpp
test/clang-tidy/diagnostic.cpp
test/clang-tidy/redundant-smartptr-get.cpp
|