2015-10-06 21:31:00 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
|
|
|
|
add_clang_library(clangTidyCppCoreGuidelinesModule
|
|
|
|
CppCoreGuidelinesTidyModule.cpp
|
2015-10-13 05:53:19 +08:00
|
|
|
ProBoundsPointerArithmeticCheck.cpp
|
2015-10-07 20:24:57 +08:00
|
|
|
ProTypeConstCastCheck.cpp
|
2015-10-06 21:31:00 +08:00
|
|
|
ProTypeReinterpretCastCheck.cpp
|
2015-10-13 04:46:53 +08:00
|
|
|
ProTypeStaticCastDowncastCheck.cpp
|
2015-10-06 21:31:00 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
clangAST
|
|
|
|
clangASTMatchers
|
|
|
|
clangBasic
|
|
|
|
clangLex
|
|
|
|
clangTidy
|
|
|
|
clangTidyUtils
|
|
|
|
clangTooling
|
|
|
|
)
|