[clang-tidy] ClangTidy.h -> ClangTidyCheck.h

llvm-svn: 356902
This commit is contained in:
Alexander Kornienko 2019-03-25 14:46:51 +00:00
parent c5f7905e93
commit 6291868864
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def write_header(module_path, module, check_name, check_name_camel):
#ifndef %(header_guard)s #ifndef %(header_guard)s
#define %(header_guard)s #define %(header_guard)s
#include "../ClangTidy.h" #include "../ClangTidyCheck.h"
namespace clang { namespace clang {
namespace tidy { namespace tidy {