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

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang-tidy

Author: Jacques Pienaar (jpienaar)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/150424.diff


1 Files Affected:

- (modified) clang-tools-extra/docs/clang-tidy/checks/llvm/use-new-mlir-op-builder.rst (+1-1) 


``````````diff
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
 ====================

``````````

</details>


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


More information about the cfe-commits mailing list