llvm-project/clang-tools-extra/clang-tidy
Alexander Kornienko 9ff5b6f3ca Add clang-tidy -header-filter option
Summary:
Add clang-tidy -header-filter option to specify from which headers we
want diagnostics to be printed. By default we don't print diagnostics from
headers. We always print diagnostics from the main file of each translation
unit.

Reviewers: djasper, klimek

Reviewed By: klimek

Subscribers: klimek, cfe-commits

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

llvm-svn: 207970
2014-05-05 14:54:47 +00:00
..
google Fix the message for "Move constructor declared explicit". 2014-04-29 15:50:14 +00:00
llvm Fixed formatting. 2014-03-05 13:01:24 +00:00
misc Do not touch get() calls on 'this' object. 2014-04-29 13:41:23 +00:00
tool Add clang-tidy -header-filter option 2014-05-05 14:54:47 +00:00
CMakeLists.txt Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00
ClangTidy.cpp Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599). 2014-04-30 14:09:24 +00:00
ClangTidy.h Add a clang-tidy flag to support temporary destructor-aware analysis (workaround for bug 15599). 2014-04-30 14:09:24 +00:00
ClangTidyDiagnosticConsumer.cpp Add clang-tidy -header-filter option 2014-05-05 14:54:47 +00:00
ClangTidyDiagnosticConsumer.h Add clang-tidy -header-filter option 2014-05-05 14:54:47 +00:00
ClangTidyModule.cpp Post-filter clang-tidy diagnostic messages. 2014-03-20 09:38:22 +00:00
ClangTidyModule.h Fixed formatting. 2014-03-05 13:01:24 +00:00
ClangTidyModuleRegistry.h
ClangTidyOptions.h Add clang-tidy -header-filter option 2014-05-05 14:54:47 +00:00
Makefile Added a module for checks not related to LLVM or Google coding style. 2014-03-05 13:14:32 +00:00