[clang-tools-extra] [clang-tidy] Move 'cert-msc51-cpp', 'cert-msc32-c' checks outside of … (PR #167143)

via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 8 08:55:39 PST 2025


================
@@ -4,4 +4,4 @@ cert-msc51-cpp
 ==============
 
 The `cert-msc51-cpp` check is an alias, please see
-:doc:`bugprone-random-generator-seed <../bugprone/random-generator-seed>` for more information.
+:doc:`bugprone-random-generator-seed <../bugprone/random-generator-seed.html>` for more information.
----------------
zeyi2 wrote:

The same to this one:
```

This is a CERT security rule, see
`MSC51-CPP. Ensure your random number generator is properly seeded
<https://wiki.sei.cmu.edu/confluence/display/cplusplus/MSC51-CPP.+Ensure+your+random+number+generator+is+properly+seeded>`_.
```

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


More information about the cfe-commits mailing list