hanchenye-llvm-project/clang-tools-extra/clang-tidy
Ehsan Akhgari b7418d3b4a [clang-tidy] Add -quiet option to suppress extra output
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.

Reviewers: bkramer, alexfh, klimek

Subscribers: JDevlieghere, cfe-commits

Differential Revision: https://reviews.llvm.org/D29661

llvm-svn: 294607
2017-02-09 18:32:02 +00:00
..
boost
cert [clang-tidy] Remove duplicated check from move-constructor-init 2016-12-17 20:23:14 +00:00
cppcoreguidelines [clang-tidy] getPreviousNonCommentToken -> getPreviousToken 2017-02-06 15:46:33 +00:00
google [clang-tidy] google-explicit-constructor: ignore macros 2016-12-30 15:15:14 +00:00
llvm modernize-use-auto NFC fixes 2016-12-14 15:29:23 +00:00
misc [clang-tidy] Fix misc-unused-using-decls false positives in presence of compile errors 2017-02-09 10:41:27 +00:00
modernize [clang-tidy] Remove debug logging. 2017-02-01 12:41:34 +00:00
mpi modernize-use-auto NFC fixes 2016-12-14 15:29:23 +00:00
performance [clang-tidy] Ignore implicit functions in performance-unnecessary-value-param 2017-01-23 13:18:08 +00:00
plugin [clang-tidy] fix missing anchor for MPI Module 2016-12-16 09:14:47 +00:00
readability [clang-tidy] Add delete null pointer check. 2016-12-31 12:45:59 +00:00
safety [clang-tidy] Cleanup of no-assembler check 2017-02-07 06:19:38 +00:00
tool [clang-tidy] Add -quiet option to suppress extra output 2017-02-09 18:32:02 +00:00
utils [clang-tidy] getPreviousNonCommentToken -> getPreviousToken 2017-02-06 15:46:33 +00:00
CMakeLists.txt [clang-tidy] safety-no-assembler 2017-02-06 22:57:14 +00:00
ClangTidy.cpp Update tools to use new getStyle API 2017-01-17 00:13:32 +00:00
ClangTidy.h [clang-tidy] Add check name to YAML export (clang-tools-extra part) 2017-01-03 14:36:13 +00:00
ClangTidyDiagnosticConsumer.cpp [clang-tidy] Add check name to YAML export (clang-tools-extra part) 2017-01-03 14:36:13 +00:00
ClangTidyDiagnosticConsumer.h [clang-tidy] Add check name to YAML export (clang-tools-extra part) 2017-01-03 14:36:13 +00:00
ClangTidyModule.cpp
ClangTidyModule.h
ClangTidyModuleRegistry.h
ClangTidyOptions.cpp
ClangTidyOptions.h
add_new_check.py [clang-tidy] Rename modernize-use-default to modernize-use-equals-default 2016-12-01 17:24:42 +00:00
rename_check.py