2018-03-09 18:47:14 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
|
|
|
|
add_clang_library(clangTidyAbseilModule
|
|
|
|
AbseilTidyModule.cpp
|
2018-08-17 23:19:19 +08:00
|
|
|
DurationDivisionCheck.cpp
|
2018-08-22 21:58:25 +08:00
|
|
|
FasterStrsplitDelimiterCheck.cpp
|
2018-08-29 22:23:15 +08:00
|
|
|
NoInternalDependenciesCheck.cpp
|
2018-08-28 15:48:28 +08:00
|
|
|
NoNamespaceCheck.cpp
|
2018-08-29 19:29:07 +08:00
|
|
|
RedundantStrcatCallsCheck.cpp
|
2018-08-29 19:17:31 +08:00
|
|
|
StrCatAppendCheck.cpp
|
2018-09-20 08:02:55 +08:00
|
|
|
StringFindStartswithCheck.cpp
|
2018-03-09 18:47:14 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
clangAST
|
|
|
|
clangASTMatchers
|
|
|
|
clangBasic
|
|
|
|
clangLex
|
|
|
|
clangTidy
|
|
|
|
clangTidyUtils
|
|
|
|
)
|