[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
Mon Nov 10 04:07:13 PST 2025
================
@@ -41,7 +42,7 @@
#include "../readability/EnumInitialValueCheck.h"
#include "../readability/UppercaseLiteralSuffixCheck.h"
#include "LimitedRandomnessCheck.h"
-#include "ProperlySeededRandomGeneratorCheck.h"
+#include "ThrownExceptionTypeCheck.h"
----------------
vbvictor wrote:
Looks like merge artifact
https://github.com/llvm/llvm-project/pull/167143
More information about the cfe-commits
mailing list