[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:36 PST 2025
================
@@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS
add_clang_library(clangTidyCERTModule STATIC
CERTTidyModule.cpp
LimitedRandomnessCheck.cpp
- ProperlySeededRandomGeneratorCheck.cpp
+ ThrownExceptionTypeCheck.cpp
----------------
zeyi2 wrote:
The same here.
https://github.com/llvm/llvm-project/pull/167143
More information about the cfe-commits
mailing list