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

Ehsan Akhgari via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 7 09:20:10 PST 2017


ehsan created this revision.
Herald added a subscriber: JDevlieghere.

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.


https://reviews.llvm.org/D29661

Files:
  clang-tidy/tool/ClangTidyMain.cpp
  clang-tidy/tool/clang-tidy-diff.py
  clang-tidy/tool/run-clang-tidy.py
  test/clang-tidy/clang-tidy-diff.cpp
  test/clang-tidy/file-filter.cpp
  test/clang-tidy/werrors-diagnostics.cpp
  test/clang-tidy/werrors-plural.cpp
  test/clang-tidy/werrors.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29661.87469.patch
Type: text/x-patch
Size: 14293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170207/6821d42b/attachment.bin>


More information about the cfe-commits mailing list