1 set(LLVM_LINK_COMPONENTS
6 add_clang_library(clangTidyCppCoreGuidelinesModule
7 AvoidCapturingLambdaCoroutinesCheck.cpp
8 AvoidConstOrRefDataMembersCheck.cpp
11 AvoidNonConstGlobalVariablesCheck.cpp
12 AvoidReferenceCoroutineParametersCheck.cpp
13 CppCoreGuidelinesTidyModule.cpp
14 InitVariablesCheck.cpp
15 InterfacesGlobalInitCheck.cpp
17 MisleadingCaptureDefaultByValueCheck.cpp
18 MissingStdForwardCheck.cpp
19 NarrowingConversionsCheck.cpp
22 PreferMemberInitializerCheck.cpp
23 ProBoundsArrayToPointerDecayCheck.cpp
24 ProBoundsConstantArrayIndexCheck.cpp
25 ProBoundsPointerArithmeticCheck.cpp
26 ProTypeConstCastCheck.cpp
27 ProTypeCstyleCastCheck.cpp
28 ProTypeMemberInitCheck.cpp
29 ProTypeReinterpretCastCheck.cpp
30 ProTypeStaticCastDowncastCheck.cpp
31 ProTypeUnionAccessCheck.cpp
32 ProTypeVarargCheck.cpp
33 RvalueReferenceParamNotMovedCheck.cpp
35 SpecialMemberFunctionsCheck.cpp
36 VirtualClassDestructorCheck.cpp
41 clangTidyModernizeModule
42 clangTidyPerformanceModule
43 clangTidyReadabilityModule
50 clang_target_link_libraries(clangTidyCppCoreGuidelinesModule