[llvm-branch-commits] [clang-tools-extra] [clang-tidy][docs] Rewrite short check docs to Markdown (PR #210467)
Zeyi Xu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Jul 19 05:36:15 PDT 2026
================
@@ -1,11 +1,12 @@
-.. title:: clang-tidy - bugprone-copy-constructor-mutates-argument
+```{title} clang-tidy - bugprone-copy-constructor-mutates-argument
+```
-bugprone-copy-constructor-mutates-argument
-==========================================
+# bugprone-copy-constructor-mutates-argument
Finds assignments to the copied object and its direct or indirect members
in copy constructors and copy assignment operators.
This check corresponds to the CERT C Coding Standard rule
-`OOP58-CPP. Copy operations must not mutate the source object
-<https://cmu-sei.github.io/secure-coding-standards/sei-cert-cpp-coding-standard/rules/object-oriented-programming-oop/oop58-cpp/>`_.
+[OOP58-CPP. Copy operations must not mutate the source object][cert-oop58-cpp].
----------------
zeyi2 wrote:
Same as above.
https://github.com/llvm/llvm-project/pull/210467
More information about the llvm-branch-commits
mailing list