File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- // ===--- MLIROpBuilderCheck.cpp - clang-tidy -------------------------------===//
1
+ // ===--- MLIROpBuilderCheck.cpp - clang-tidy
2
+ // -------------------------------===//
2
3
//
3
4
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
5
// See https://llvm.org/LICENSE.txt for license information.
@@ -96,7 +97,8 @@ RewriteRuleWith<std::string> MlirOpBuilderCheckRule() {
96
97
}
97
98
} // namespace
98
99
99
- MlirOpBuilderCheck::MlirOpBuilderCheck (StringRef Name, ClangTidyContext *Context)
100
+ MlirOpBuilderCheck::MlirOpBuilderCheck (StringRef Name,
101
+ ClangTidyContext *Context)
100
102
: TransformerClangTidyCheck(MlirOpBuilderCheckRule(), Name, Context) {}
101
103
102
- } // namespace clang::tidy::mlir_check
104
+ } // namespace clang::tidy::llvm_check
You can’t perform that action at this time.
0 commit comments