hanchenye-llvm-project/clang-tools-extra/clang-tidy
Alexander Kornienko 41bfe8dde1 Add the check name to the clang-tidy diagnostic output.
Summary:
Pass check names all the way from ClangTidyModule through
ClangTidyCheck and ClangTidyContext to ClangTidyError, and output it in
handleErrors. This allows to find mis-behaving check and disable it easily.

Reviewers: djasper, klimek

Reviewed By: djasper

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D2534

llvm-svn: 199094
2014-01-13 10:50:51 +00:00
..
google Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
llvm Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
tool Clang-tidy: added --disable-checks, --list-checks options. 2013-12-19 19:57:05 +00:00
CMakeLists.txt Re-applied r198807, r198808 with an additional change to fix linking in configure Release+Asserts build. 2014-01-09 16:31:25 +00:00
ClangTidy.cpp Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
ClangTidy.h Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
ClangTidyDiagnosticConsumer.cpp Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
ClangTidyDiagnosticConsumer.h Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
ClangTidyModule.cpp Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
ClangTidyModule.h Clang-tidy: added --disable-checks, --list-checks options. 2013-12-19 19:57:05 +00:00
ClangTidyModuleRegistry.h
Makefile Fix clang-tidy dependencies and bad file comment. 2013-08-04 15:56:30 +00:00