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 @@ -99,8 +99,8 @@ New checks
99
99
- New :doc: `llvm-mlir-op-builder
100
100
<clang-tidy/checks/llvm/mlir-op-builder>` check.
101
101
102
- Flags usage of old form of invoking create on MLIR's `OpBuilder ` and suggests
103
- new form.
102
+ Flags usage of old form of invoking create on MLIR's `` OpBuilder `` and
103
+ suggests new form.
104
104
105
105
New check aliases
106
106
^^^^^^^^^^^^^^^^^
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