This is an archive of the discontinued LLVM Phabricator instance.

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,
which had compile errors.

We need to think what we should do with mapped errors (-Werror).

Diff Detail

Event Timeline

alexfh updated this revision to Diff 9994.May 31 2014, 4:41 PM
alexfh retitled this revision from to Never filter-out compile errors in clang-tidy, display them as errors..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: klimek.
alexfh added a subscriber: Unknown Object (MLST).
klimek accepted this revision.Jun 2 2014, 10:52 AM
klimek edited edge metadata.

\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
alexfh closed this revision.Jun 2 2014, 1:52 PM