summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/performance/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-tidy/performance/CMakeLists.txt')
-rw-r--r--clang-tools-extra/clang-tidy/performance/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-tidy/performance/CMakeLists.txt b/clang-tools-extra/clang-tidy/performance/CMakeLists.txt
index 67594332d82..ac417bcc875 100644
--- a/clang-tools-extra/clang-tidy/performance/CMakeLists.txt
+++ b/clang-tools-extra/clang-tidy/performance/CMakeLists.txt
@@ -7,7 +7,9 @@ add_clang_library(clangTidyPerformanceModule
InefficientAlgorithmCheck.cpp
InefficientStringConcatenationCheck.cpp
InefficientVectorOperationCheck.cpp
+ MoveConstArgCheck.cpp
MoveConstructorInitCheck.cpp
+ NoexceptMoveConstructorCheck.cpp
PerformanceTidyModule.cpp
TypePromotionInMathFnCheck.cpp
UnnecessaryCopyInitialization.cpp
OpenPOWER on IntegriCloud