blob: 6c7d52a4b1873fd0adf879048c046b5357961fe1 [file] [log] [blame]
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
NamespaceAliaser.cpp
OptionsUtils.cpp
RenamerClangTidyCheck.cpp
TransformerClangTidyCheck.cpp
TypeTraits.cpp
UsingInserter.cpp
LINK_LIBS
clangTidy
DEPENDS
omp_gen
)
clang_target_link_libraries(clangTidyUtils
PRIVATE
clangAST
clangASTMatchers
clangBasic
clangLex
clangSema
clangTooling
clangTransformer
)