[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


================
@@ -6,4 +6,4 @@ cert-msc32-c
 ============
 
 The `cert-msc32-c` 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:

Please add lines that tells reader what CERT Standard it corresponds to like [this](https://github.com/zeyi2/llvm-project/blob/c2cae6a0b375d820d37e0ca49400927a1d43c15d/clang-tools-extra/docs/clang-tidy/checks/cert/dcl58-cpp.rst?plain=1#L10)

An example:
```

This is a CERT security rule, see
`MSC32-C. Properly seed pseudorandom number generators
<https://wiki.sei.cmu.edu/confluence/display/c/MSC32-C.+Properly+seed+pseudorandom+number+generators>`_.
```

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


More information about the cfe-commits mailing list