diff options
author | Alexander Kornienko <alexfh@google.com> | 2014-06-18 09:33:46 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2014-06-18 09:33:46 +0000 |
commit | 72f1e754a78e3504983cfe11e2888a09a2bc9e79 (patch) | |
tree | edcff6993618a7ce09ad14ffeb6a312d31fd7723 /clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp | |
parent | 853a232e6647612fee168b776add72f510d2e0d3 (diff) | |
download | bcm5719-llvm-72f1e754a78e3504983cfe11e2888a09a2bc9e79.tar.gz bcm5719-llvm-72f1e754a78e3504983cfe11e2888a09a2bc9e79.zip |
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
Diffstat (limited to 'clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp')
-rw-r--r-- | clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp b/clang-tools-extra/unittests/clang-tidy/GoogleModuleTest.cpp index 89e47407c98..2e74deaa2fd 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 { |