[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:33 PST 2025
================
@@ -7,6 +7,7 @@ add_clang_library(clangTidyCERTModule STATIC
CERTTidyModule.cpp
LimitedRandomnessCheck.cpp
ProperlySeededRandomGeneratorCheck.cpp
+ MutatingCopyCheck.cpp
----------------
zeyi2 wrote:
I think this included file is redundant? Also you need to maintain alphabetical order in `CMakeLists.txt`.
https://github.com/llvm/llvm-project/pull/167143
More information about the cfe-commits
mailing list