[clang-tools-extra] [clang-tidy][NFC] Fix broken link in `bugprone-default-operator-new-on-overaligned-type` (PR #166546)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 5 04:32:28 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang-tidy
Author: mitchell (zeyi2)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/166546.diff
1 Files Affected:
- (modified) clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst (+1-1)
``````````diff
diff --git a/clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst b/clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst
index cc0c729aaacdc..b359d85ad0cdc 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst
@@ -4,7 +4,7 @@ cert-mem57-cpp
==============
The `cert-mem57-cpp` is an aliaes, please see
-`bugprone-default-operator-new-on-overaligned-type <../bugprone/default-operator-new-on-overaligned-type>`_
+`bugprone-default-operator-new-on-overaligned-type <../bugprone/default-operator-new-on-overaligned-type.html>`_
for more information.
This check corresponds to the CERT C++ Coding Standard rule
``````````
</details>
https://github.com/llvm/llvm-project/pull/166546
More information about the cfe-commits
mailing list