[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 17:12:30 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:

Also, you seems to forget to add a "_" after `<../bugprone/random-generator-seed.html>`, this introduce the CI build fail :)

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


More information about the cfe-commits mailing list