llvm-project/clang-tools-extra/clang-tidy
Alexander Kornienko 32eaa37b15 Fix ExplicitConstructorCheck to warn only on in-class declarations.
Summary:
I'm not absolutely sure this is 100% correct solution, but it seems to
do what I expect.

Reviewers: djasper, klimek

Reviewed By: djasper

CC: cfe-commits

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

llvm-svn: 201308
2014-02-13 10:11:48 +00:00
..
google Fix ExplicitConstructorCheck to warn only on in-class declarations. 2014-02-13 10:11:48 +00:00
llvm Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
tool Make the OptionCategory variable static. 2014-02-05 13:43:27 +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 Consume checker names from clang static analyzer. 2014-02-12 09:52:07 +00:00
ClangTidy.h Fix another invalid getCustomDiagID() use to unbreak the build 2014-01-26 08:36:03 +00:00
ClangTidyDiagnosticConsumer.cpp Improve clang-tidy diagnostic output and filtering. 2014-02-06 14:50:10 +00:00
ClangTidyDiagnosticConsumer.h Improve clang-tidy diagnostic output and filtering. 2014-02-06 14:50:10 +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