blob: 796dc15062dba99a9c016291ac27dabbadd9aa79 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangTidyMiscModule
ArgumentCommentCheck.cpp
MiscTidyModule.cpp
RedundantSmartptrGet.cpp
UseOverride.cpp
LINK_LIBS
clangAST
clangASTMatchers
clangBasic
clangTidy
)