[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:14 PDT 2026


================
@@ -1,18 +1,17 @@
-.. title:: clang-tidy - android-cloexec-fopen
+```{title} clang-tidy - android-cloexec-fopen
+```
 
-android-cloexec-fopen
-=====================
+# android-cloexec-fopen
 
-``fopen()`` should include ``e`` in their mode string; so ``re`` would be
-valid. This is equivalent to having set ``FD_CLOEXEC on`` that descriptor.
+`fopen()` should include `e` in their mode string; so `re` would be
+valid. This is equivalent to having set `FD_CLOEXEC` on that descriptor.
----------------
zeyi2 wrote:

Thanks for fixing the misplaced `on`!

https://github.com/llvm/llvm-project/pull/210467


More information about the llvm-branch-commits mailing list