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

via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 10 03:57:35 PST 2025


================
@@ -41,7 +42,7 @@
 #include "../readability/EnumInitialValueCheck.h"
 #include "../readability/UppercaseLiteralSuffixCheck.h"
 #include "LimitedRandomnessCheck.h"
-#include "ProperlySeededRandomGeneratorCheck.h"
+#include "ThrownExceptionTypeCheck.h"
----------------
zeyi2 wrote:

I think this file include is unnecessary?

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


More information about the cfe-commits mailing list