Skip to content

Commit 5ba1e2d

Browse files
committed
Address missed review comments
1 parent 57157a4 commit 5ba1e2d

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
@@ -153,8 +153,8 @@ New checks
153153
- New :doc:`llvm-mlir-op-builder
154154
<clang-tidy/checks/llvm/mlir-op-builder>` check.
155155

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.
158158

159159
- New :doc:`llvm-prefer-static-over-anonymous-namespace
160160
<clang-tidy/checks/llvm/prefer-static-over-anonymous-namespace>` check.

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)