46 lines
749 B
Text
46 lines
749 B
Text
|
set(LLVM_LINK_COMPONENTS
|
||
|
FrontendOpenMP
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_clang_library(clangTidyUtils
|
||
|
Aliasing.cpp
|
||
|
ASTUtils.cpp
|
||
|
DeclRefExprUtils.cpp
|
||
|
ExceptionAnalyzer.cpp
|
||
|
ExceptionSpecAnalyzer.cpp
|
||
|
ExprSequence.cpp
|
||
|
FileExtensionsUtils.cpp
|
||
|
FormatStringConverter.cpp
|
||
|
FixItHintUtils.cpp
|
||
|
HeaderGuard.cpp
|
||
|
IncludeInserter.cpp
|
||
|
IncludeSorter.cpp
|
||
|
LexerUtils.cpp
|
||
|
Matchers.cpp
|
||
|
NamespaceAliaser.cpp
|
||
|
OptionsUtils.cpp
|
||
|
RenamerClangTidyCheck.cpp
|
||
|
TransformerClangTidyCheck.cpp
|
||
|
TypeTraits.cpp
|
||
|
UsingInserter.cpp
|
||
|
|
||
|
LINK_LIBS
|
||
|
clangTidy
|
||
|
|
||
|
DEPENDS
|
||
|
omp_gen
|
||
|
ClangDriverOptions
|
||
|
)
|
||
|
|
||
|
clang_target_link_libraries(clangTidyUtils
|
||
|
PRIVATE
|
||
|
clangAST
|
||
|
clangASTMatchers
|
||
|
clangBasic
|
||
|
clangLex
|
||
|
clangSema
|
||
|
clangTooling
|
||
|
clangTransformer
|
||
|
)
|