aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-tidy/cert/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-tidy/cert/CMakeLists.txt')
-rw-r--r--clang-tools-extra/clang-tidy/cert/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/clang-tools-extra/clang-tidy/cert/CMakeLists.txt b/clang-tools-extra/clang-tidy/cert/CMakeLists.txt
index 453d1d3..3137903 100644
--- a/clang-tools-extra/clang-tidy/cert/CMakeLists.txt
+++ b/clang-tools-extra/clang-tidy/cert/CMakeLists.txt
@@ -5,14 +5,6 @@ set(LLVM_LINK_COMPONENTS
add_clang_library(clangTidyCERTModule STATIC
CERTTidyModule.cpp
- DefaultOperatorNewAlignmentCheck.cpp
- DontModifyStdNamespaceCheck.cpp
- FloatLoopCounter.cpp
- LimitedRandomnessCheck.cpp
- MutatingCopyCheck.cpp
- NonTrivialTypesLibcMemoryCallsCheck.cpp
- ProperlySeededRandomGeneratorCheck.cpp
- ThrownExceptionTypeCheck.cpp
LINK_LIBS
clangTidy