================
@@ -1,16 +1,16 @@
-.. title:: clang-tidy - bugprone-command-processor
+```{title} clang-tidy - bugprone-command-processor
+```
 
-bugprone-command-processor
-==========================
+# bugprone-command-processor
 
-Flags calls to ``system()``, ``popen()``, and ``_popen()``, which
-execute a command processor. It does not flag calls to ``system()`` with a null
+Flags calls to `system()`, `popen()`, and `_popen()`, which
+execute a command processor. It does not flag calls to `system()` with a null
 pointer argument, as such a call checks for the presence of a command processor
 but does not actually attempt to execute a command.
 
-References
-----------
+## References
 
 This check corresponds to the CERT C Coding Standard rule
-`ENV33-C. Do not call system()
-<https://cmu-sei.github.io/secure-coding-standards/sei-cert-c-coding-standard/rules/environment-env/env33-c/>`_.
+[ENV33-C. Do not call system()][ENV33-C].
----------------
zeyi2 wrote:

Same as above.

https://github.com/llvm/llvm-project/pull/210467
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to