Skip to content

Commit 4fe574a

Browse files
committed
Address missed review comments
1 parent a74232f commit 4fe574a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

clang-tools-extra/clang-tidy/llvm/MLIROpBuilderCheck.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

105105
New check aliases
106106
^^^^^^^^^^^^^^^^^

clang-tools-extra/docs/clang-tidy/checks/llvm/mlir-op-builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
llvm-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
77
new form.
88

99
Example

0 commit comments

Comments
 (0)