[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,10 +1,11 @@
-.. title:: clang-tidy - bugprone-undelegated-constructor
+```{title} clang-tidy - bugprone-undelegated-constructor
+```
-bugprone-undelegated-constructor
-================================
+# bugprone-undelegated-constructor
Finds creation of temporary objects in constructors that look like a
function call to another constructor of the same class.
The user most likely meant to use a delegating constructor or base class
initializer.
+
----------------
zeyi2 wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/210467
More information about the llvm-branch-commits
mailing list