1 set(LLVM_LINK_COMPONENTS
6 add_clang_library(clangTidyPerformanceModule STATIC
9 FasterStringFindCheck.cpp
11 ImplicitConversionInLoopCheck.cpp
12 InefficientAlgorithmCheck.cpp
13 InefficientStringConcatenationCheck.cpp
14 InefficientVectorOperationCheck.cpp
16 MoveConstructorInitCheck.cpp
17 NoAutomaticMoveCheck.cpp
19 NoexceptDestructorCheck.cpp
20 NoexceptFunctionBaseCheck.cpp
21 NoexceptMoveConstructorCheck.cpp
23 PerformanceTidyModule.cpp
24 TriviallyDestructibleCheck.cpp
25 TypePromotionInMathFnCheck.cpp
26 UnnecessaryCopyInitialization.cpp
27 UnnecessaryValueParamCheck.cpp
38 clang_target_link_libraries(clangTidyPerformanceModule