summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2019-03-25 14:46:51 +0000
committerAlexander Kornienko <alexfh@google.com>2019-03-25 14:46:51 +0000
commit62918688640571d49ec433fc44e9842f87eb04e6 (patch)
tree1eee8131ea3788d5ad1a07a9a2d983d223d0f5e9
parentc5f7905e9326ab1de24d0db3693ed848faed2eac (diff)
downloadbcm5719-llvm-62918688640571d49ec433fc44e9842f87eb04e6.tar.gz
bcm5719-llvm-62918688640571d49ec433fc44e9842f87eb04e6.zip
[clang-tidy] ClangTidy.h -> ClangTidyCheck.h
llvm-svn: 356902
-rwxr-xr-xclang-tools-extra/clang-tidy/add_new_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/add_new_check.py b/clang-tools-extra/clang-tidy/add_new_check.py
index 839bd4d3600..8cda7b48ea3 100755
--- a/clang-tools-extra/clang-tidy/add_new_check.py
+++ b/clang-tools-extra/clang-tidy/add_new_check.py
@@ -69,7 +69,7 @@ def write_header(module_path, module, check_name, check_name_camel):
#ifndef %(header_guard)s
#define %(header_guard)s
-#include "../ClangTidy.h"
+#include "../ClangTidyCheck.h"
namespace clang {
namespace tidy {
OpenPOWER on IntegriCloud