forked from OSchip/llvm-project
[clang-tidy] ClangTidy.h -> ClangTidyCheck.h
llvm-svn: 356902
This commit is contained in:
parent
c5f7905e93
commit
6291868864
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue