2014-08-13 21:57:57 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
|
|
|
|
add_clang_library(clangTidyUtils
|
2016-03-06 05:17:58 +08:00
|
|
|
DeclRefExprUtils.cpp
|
|
|
|
FixItHintUtils.cpp
|
2014-08-13 21:57:57 +08:00
|
|
|
HeaderGuard.cpp
|
2016-02-05 19:23:59 +08:00
|
|
|
HeaderFileExtensionsUtils.cpp
|
2015-08-14 22:31:31 +08:00
|
|
|
IncludeInserter.cpp
|
|
|
|
IncludeSorter.cpp
|
2015-12-30 18:24:40 +08:00
|
|
|
LexerUtils.cpp
|
2015-10-07 00:27:03 +08:00
|
|
|
TypeTraits.cpp
|
2014-08-13 21:57:57 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
clangAST
|
|
|
|
clangASTMatchers
|
|
|
|
clangBasic
|
|
|
|
clangLex
|
|
|
|
clangTidy
|
|
|
|
)
|