[clang-tools-extra] [clang-tidy] Move 'cert-msc51-cpp', 'cert-msc32-c' checks outside of 'cert' module and give a proper name (PR #167143)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 9 00:55:57 PST 2025


================
@@ -132,6 +132,7 @@ Clang-Tidy Checks
    :doc:`bugprone-parent-virtual-call <bugprone/parent-virtual-call>`, "Yes"
    :doc:`bugprone-pointer-arithmetic-on-polymorphic-object <bugprone/pointer-arithmetic-on-polymorphic-object>`,
    :doc:`bugprone-posix-return <bugprone/posix-return>`, "Yes"
+   :doc:`bugprone-random-generator-seed <bugprone/random-generator-seed>`, "Yes"
----------------
vbvictor wrote:

```suggestion
   :doc:`bugprone-random-generator-seed <bugprone/random-generator-seed>`,
```
AFAIK it doesn't have fixes

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


More information about the cfe-commits mailing list