2014-08-13 21:57:57 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
|
|
|
|
add_clang_library(clangTidyUtils
|
2016-10-17 16:33:59 +08:00
|
|
|
ASTUtils.cpp
|
2016-03-06 05:17:58 +08:00
|
|
|
DeclRefExprUtils.cpp
|
2019-01-31 18:46:37 +08:00
|
|
|
ExceptionAnalyzer.cpp
|
2016-12-24 20:45:07 +08:00
|
|
|
ExprSequence.cpp
|
2016-03-06 05:17:58 +08:00
|
|
|
FixItHintUtils.cpp
|
2016-02-05 19:23:59 +08:00
|
|
|
HeaderFileExtensionsUtils.cpp
|
2016-05-10 23:31:15 +08:00
|
|
|
HeaderGuard.cpp
|
2015-08-14 22:31:31 +08:00
|
|
|
IncludeInserter.cpp
|
|
|
|
IncludeSorter.cpp
|
2015-12-30 18:24:40 +08:00
|
|
|
LexerUtils.cpp
|
2016-10-17 16:33:59 +08:00
|
|
|
NamespaceAliaser.cpp
|
2016-05-10 23:31:15 +08:00
|
|
|
OptionsUtils.cpp
|
2015-10-07 00:27:03 +08:00
|
|
|
TypeTraits.cpp
|
2016-10-17 16:33:59 +08:00
|
|
|
UsingInserter.cpp
|
2014-08-13 21:57:57 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
clangAST
|
|
|
|
clangASTMatchers
|
|
|
|
clangBasic
|
|
|
|
clangLex
|
|
|
|
clangTidy
|
|
|
|
)
|