commit | 72f1e754a78e3504983cfe11e2888a09a2bc9e79 | [log] [tgz] |
---|---|---|
author | Alexander Kornienko <alexfh@google.com> | Wed Jun 18 09:33:46 2014 +0000 |
committer | Alexander Kornienko <alexfh@google.com> | Wed Jun 18 09:33:46 2014 +0000 |
tree | edcff6993618a7ce09ad14ffeb6a312d31fd7723 | |
parent | 853a232e6647612fee168b776add72f510d2e0d3 [diff] [blame] |
Move google-explicit-constructor check to a separate source file. Summary: No functional changes. Reviewers: djasper Reviewed By: djasper Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D4188 llvm-svn: 211154
diff --git a/clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp b/clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp index 89e4740..2e74dea 100644 --- a/clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp +++ b/clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp
@@ -1,5 +1,5 @@ #include "ClangTidyTest.h" -#include "google/GoogleTidyModule.h" +#include "google/ExplicitConstructorCheck.h" #include "gtest/gtest.h" namespace clang {