[llvm-branch-commits] [clang-tools-extra] [clang-tidy][docs] Rewrite bugprone check docs to Markdown [3/4] (PR #214422)
Zeyi Xu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Aug 8 21:15:24 PDT 2026
================
@@ -1,79 +1,79 @@
-.. title:: clang-tidy - bugprone-suspicious-enum-usage
+```{title} clang-tidy - bugprone-suspicious-enum-usage
+```
-bugprone-suspicious-enum-usage
-==============================
+# bugprone-suspicious-enum-usage
The checker detects various cases when an enum is probably misused
----------------
zeyi2 wrote:
All fixed, I also fixed a couple other cases. Thanks for reviewing!
https://github.com/llvm/llvm-project/compare/f38cae2a4c8bea86c88aea87e8d7f950553abea2..fbd940fde54ac597adc641ecb43d8e45fdcbc816
https://github.com/llvm/llvm-project/pull/214422
More information about the llvm-branch-commits
mailing list