Author: mitchell Date: 2025-11-05T15:51:22+03:00 New Revision: 98ca2e85450c5df63e5407c0579420518d808596
URL: https://github.com/llvm/llvm-project/commit/98ca2e85450c5df63e5407c0579420518d808596 DIFF: https://github.com/llvm/llvm-project/commit/98ca2e85450c5df63e5407c0579420518d808596.diff LOG: [clang-tidy][NFC] Fix broken link in `bugprone-default-operator-new-on-overaligned-type` (#166546) Added: Modified: clang-tools-extra/docs/clang-tidy/checks/cert/mem57-cpp.rst Removed: ################################################################################ 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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
