[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 22:06:40 PDT 2026
================
@@ -1,8 +1,9 @@
-.. title:: clang-tidy - cert-dcl37-c
+```{title} clang-tidy - cert-dcl37-c
+```
-cert-dcl37-c
-============
+# cert-dcl37-c
The `cert-dcl37-c` check is an alias, please see
-:doc:`bugprone-reserved-identifier <../bugprone/reserved-identifier>` for more
+{doc}`bugprone-reserved-identifier <../bugprone/reserved-identifier>` for more
information.
+
----------------
zeyi2 wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/210467
More information about the llvm-branch-commits
mailing list