1 static_library("performance") {
2 output_name = "clangTidyPerformanceModule"
3 configs += [ "//llvm/utils/gn/build:clang_code" ]
5 "//clang-tools-extra/clang-tidy",
6 "//clang-tools-extra/clang-tidy/utils",
8 "//clang/lib/ASTMatchers",
9 "//clang/lib/Analysis",
15 "FasterStringFindCheck.cpp",
16 "ForRangeCopyCheck.cpp",
17 "ImplicitConversionInLoopCheck.cpp",
18 "InefficientAlgorithmCheck.cpp",
19 "InefficientStringConcatenationCheck.cpp",
20 "InefficientVectorOperationCheck.cpp",
21 "MoveConstArgCheck.cpp",
22 "MoveConstructorInitCheck.cpp",
23 "NoexceptMoveConstructorCheck.cpp",
24 "PerformanceTidyModule.cpp",
25 "TypePromotionInMathFnCheck.cpp",
26 "UnnecessaryCopyInitialization.cpp",
27 "UnnecessaryValueParamCheck.cpp",