[PATCH] D29661: [clang-tidy] Add -quiet option to suppress extra output

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 9 08:31:40 PST 2017


alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.

LG with one comment.



================
Comment at: clang-tidy/tool/ClangTidyMain.cpp:194
+printing statistics about ignored warnings,
+check profile data and warnings treated as
+errors if the respective options are specified.
----------------
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.


https://reviews.llvm.org/D29661





More information about the cfe-commits mailing list