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+
19#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_LLVM_MLIROPBUILDERCHECK_H
210#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_LLVM_MLIROPBUILDERCHECK_H
311
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ New checks
9999- New :doc: `llvm-mlir-op-builder
100100 <clang-tidy/checks/llvm/mlir-op-builder>` check.
101101
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.
104104
105105New check aliases
106106^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 33llvm-mlir-op-builder
44====================
55
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
77new form.
88
99Example
You can’t perform that action at this time.
0 commit comments