Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 1a7c957

Browse files
committed
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@356892 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 6fdd283 commit 1a7c957

File tree

172 files changed

+172
-172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+172
-172
lines changed

clang-tidy/android/CloexecCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_ANDROID_CLOEXEC_H
1616
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_ANDROID_CLOEXEC_H
1717

18-
#include "../ClangTidy.h"
18+
#include "../ClangTidyCheck.h"
1919

2020
namespace clang {
2121
namespace tidy {

clang-tidy/android/ComparisonInTempFailureRetryCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_ANDROID_COMPARISONINTEMPFAILURERETRYCHECK_H
1010
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_ANDROID_COMPARISONINTEMPFAILURERETRYCHECK_H
1111

12-
#include "../ClangTidy.h"
12+
#include "../ClangTidyCheck.h"
1313

1414
namespace clang {
1515
namespace tidy {

clang-tidy/boost/UseToStringCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BOOST_USE_TO_STRING_H
1010
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BOOST_USE_TO_STRING_H
1111

12-
#include "../ClangTidy.h"
12+
#include "../ClangTidyCheck.h"
1313

1414
namespace clang {
1515
namespace tidy {

clang-tidy/bugprone/ArgumentCommentCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_ARGUMENTCOMMENTCHECK_H
1010
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_ARGUMENTCOMMENTCHECK_H
1111

12-
#include "../ClangTidy.h"
12+
#include "../ClangTidyCheck.h"
1313
#include "llvm/Support/Regex.h"
1414

1515
namespace clang {

clang-tidy/bugprone/AssertSideEffectCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_ASSERTSIDEEFFECTCHECK_H
1010
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_ASSERTSIDEEFFECTCHECK_H
1111

12-
#include "../ClangTidy.h"
12+
#include "../ClangTidyCheck.h"
1313
#include "llvm/ADT/SmallVector.h"
1414
#include "llvm/ADT/StringRef.h"
1515
#include <string>

clang-tidy/bugprone/BoolPointerImplicitConversionCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_BOOLPOINTERIMPLICITCONVERSIONCHECK_H
1010
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_BOOLPOINTERIMPLICITCONVERSIONCHECK_H
1111

12-
#include "../ClangTidy.h"
12+
#include "../ClangTidyCheck.h"
1313

1414
namespace clang {
1515
namespace tidy {

clang-tidy/bugprone/CopyConstructorInitCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_COPY_CONSTRUCTOR_INIT_H
1010
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_COPY_CONSTRUCTOR_INIT_H
1111

12-
#include "../ClangTidy.h"
12+
#include "../ClangTidyCheck.h"
1313

1414
namespace clang {
1515
namespace tidy {

clang-tidy/bugprone/DanglingHandleCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_DANGLING_HANDLE_H
1010
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_DANGLING_HANDLE_H
1111

12-
#include "../ClangTidy.h"
12+
#include "../ClangTidyCheck.h"
1313

1414
namespace clang {
1515
namespace tidy {

clang-tidy/bugprone/ExceptionEscapeCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_EXCEPTION_ESCAPE_H
1010
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_EXCEPTION_ESCAPE_H
1111

12-
#include "../ClangTidy.h"
12+
#include "../ClangTidyCheck.h"
1313
#include "../utils/ExceptionAnalyzer.h"
1414
#include "llvm/ADT/StringSet.h"
1515

clang-tidy/bugprone/FoldInitTypeCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_FOLD_INIT_TYPE_H
1010
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_BUGPRONE_FOLD_INIT_TYPE_H
1111

12-
#include "../ClangTidy.h"
12+
#include "../ClangTidyCheck.h"
1313

1414
namespace clang {
1515
namespace tidy {

0 commit comments

Comments
 (0)