[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:31:58 PST 2025


https://github.com/zeyi2 created https://github.com/llvm/llvm-project/pull/166546

None

>From b20b8190594f7a8a3059d89fc86e1f97a095d398 Mon Sep 17 00:00:00 2001
From: mtx <mitchell.xu2 at gmail.com>
Date: Wed, 5 Nov 2025 20:27:42 +0800
Subject: [PATCH] [clang-tidy][NFC] Fix broken link in
 `bugprone-default-operator-new-on-overaligned-type`

---
 clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the cfe-commits mailing list