[clang-tools-extra] [clang-tidy] Fix typo in doc (PR #150424)

Jacques Pienaar via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 24 07:01:04 PDT 2025


https://github.com/jpienaar created https://github.com/llvm/llvm-project/pull/150424

None

>From aee398d868b78185aad3b83d9f07d28eb137b7ff Mon Sep 17 00:00:00 2001
From: Jacques Pienaar <jacques+gh at japienaar.info>
Date: Thu, 24 Jul 2025 13:58:48 +0000
Subject: [PATCH] [clang-tidy] Fix typo in doc

---
 .../docs/clang-tidy/checks/llvm/use-new-mlir-op-builder.rst     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clang-tools-extra/docs/clang-tidy/checks/llvm/use-new-mlir-op-builder.rst b/clang-tools-extra/docs/clang-tidy/checks/llvm/use-new-mlir-op-builder.rst
index bb7427d4a4fbc..dc1989dc61176 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/llvm/use-new-mlir-op-builder.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/llvm/use-new-mlir-op-builder.rst
@@ -1,4 +1,4 @@
-.. title:: clang-tidy - llvm-mlir-op-builder
+.. title:: clang-tidy - llvm-use-new-mlir-op-builder
 
 llvm-mlir-op-builder
 ====================



More information about the cfe-commits mailing list