hanchenye-llvm-project/clang-tools-extra/test/clang-tidy
Alexander Kornienko 5d174547a9 Print stats on displayed and ignored warnings.
Summary:
Also displays a hint to use -header-filter='.*' in case any warnings
are in non-user code. This will help discoverability of this option.

Reviewers: klimek

Reviewed By: klimek

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D3621

llvm-svn: 208174
2014-05-07 09:06:53 +00:00
..
Inputs/file-filter Add clang-tidy -header-filter option 2014-05-05 14:54:47 +00:00
arg-comments.cpp Add an argument comment checker to clang-tidy. 2014-03-18 04:46:45 +00:00
basic.cpp Fix regex bug in clang-tidy. 2014-04-02 08:52:06 +00:00
check_clang_tidy_fix.sh Extend the check to detect patterns like 'ptr.get() == nullptr' 2014-04-09 14:17:23 +00:00
check_clang_tidy_output.sh Allow clang-tidy tests with any file names. 2014-04-27 11:44:21 +00:00
deduplication.cpp Fix regex bug in clang-tidy. 2014-04-02 08:52:06 +00:00
diagnostic.cpp Fix a crash when diagnostic points to a macro definition on command line. 2014-05-06 08:10:00 +00:00
file-filter.cpp Print stats on displayed and ignored warnings. 2014-05-07 09:06:53 +00:00
fix.cpp Fix regex bug in clang-tidy. 2014-04-02 08:52:06 +00:00
macros.cpp Fix regex bug in clang-tidy. 2014-04-02 08:52:06 +00:00
nolint.cpp Print stats on displayed and ignored warnings. 2014-05-07 09:06:53 +00:00
redundant-smartptr-get-fix.cpp test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell. 2014-04-10 03:17:22 +00:00
redundant-smartptr-get.cpp Print stats on displayed and ignored warnings. 2014-05-07 09:06:53 +00:00
select-checks.cpp Fix regex bug in clang-tidy. 2014-04-02 08:52:06 +00:00
static-analyzer.cpp Now with correct -disable-checks= 2014-04-27 15:37:29 +00:00
temporaries.cpp Test cleanup recommended in http://reviews.llvm.org/D3556 2014-04-30 14:18:41 +00:00