This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Add -quiet option to suppress extra output
ClosedPublic

Authored by ehsan on Feb 7 2017, 9:20 AM.

Details

Summary

This new flag instructs clang-tidy to not output anything
except for errors and warnings. This makes it easier to
script clang-tidy to run as part of external build systems.

Diff Detail

Repository
rL LLVM

Event Timeline

ehsan created this revision.Feb 7 2017, 9:20 AM
alexfh accepted this revision.Feb 9 2017, 8:31 AM

LG with one comment.

clang-tidy/tool/ClangTidyMain.cpp
194 ↗(On Diff #87469)

Not sure it's useful to suppress check profile data, since it's off by default and if someone turns it on, they mean it.

This revision is now accepted and ready to land.Feb 9 2017, 8:31 AM
This revision was automatically updated to reflect the committed changes.