[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 06:47:35 PST 2025


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

I think this include may be redundant?

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


More information about the cfe-commits mailing list