1 set(LLVM_LINK_COMPONENTS
6 add_clang_library(clangTidyCppCoreGuidelinesModule
7 AvoidConstOrRefDataMembersCheck.cpp
9 AvoidNonConstGlobalVariablesCheck.cpp
10 CppCoreGuidelinesTidyModule.cpp
11 InitVariablesCheck.cpp
12 InterfacesGlobalInitCheck.cpp
14 NarrowingConversionsCheck.cpp
17 PreferMemberInitializerCheck.cpp
18 ProBoundsArrayToPointerDecayCheck.cpp
19 ProBoundsConstantArrayIndexCheck.cpp
20 ProBoundsPointerArithmeticCheck.cpp
21 ProTypeConstCastCheck.cpp
22 ProTypeCstyleCastCheck.cpp
23 ProTypeMemberInitCheck.cpp
24 ProTypeReinterpretCastCheck.cpp
25 ProTypeStaticCastDowncastCheck.cpp
26 ProTypeUnionAccessCheck.cpp
27 ProTypeVarargCheck.cpp
29 SpecialMemberFunctionsCheck.cpp
30 VirtualClassDestructorCheck.cpp
35 clangTidyModernizeModule
36 clangTidyReadabilityModule
43 clang_target_link_libraries(clangTidyCppCoreGuidelinesModule