File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ // ===--- MLIROpBuilderCheck.h - clang-tidy ----------------------*- C++ -*-===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ // ===----------------------------------------------------------------------===//
8
+
1
9
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_LLVM_MLIROPBUILDERCHECK_H
2
10
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_LLVM_MLIROPBUILDERCHECK_H
3
11
Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ New checks
153
153
- New :doc: `llvm-mlir-op-builder
154
154
<clang-tidy/checks/llvm/mlir-op-builder>` check.
155
155
156
- Flags usage of old form of invoking create on MLIR's `OpBuilder ` and suggests
157
- new form.
156
+ Flags usage of old form of invoking create on MLIR's `` OpBuilder `` and
157
+ suggests new form.
158
158
159
159
- New :doc: `llvm-prefer-static-over-anonymous-namespace
160
160
<clang-tidy/checks/llvm/prefer-static-over-anonymous-namespace>` check.
Original file line number Diff line number Diff line change 3
3
llvm-mlir-op-builder
4
4
====================
5
5
6
- Flags usage of old form of invoking create on MLIR's `OpBuilder ` and suggests
6
+ Flags usage of old form of invoking create on MLIR's `` OpBuilder ` ` and suggests
7
7
new form.
8
8
9
9
Example
You can’t perform that action at this time.
0 commit comments