2014-03-05 21:14:32 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
|
|
|
|
add_clang_library(clangTidyMiscModule
|
2014-03-18 12:46:45 +08:00
|
|
|
ArgumentCommentCheck.cpp
|
2015-02-10 01:50:40 +08:00
|
|
|
AssignOperatorSignatureCheck.cpp
|
2014-07-11 16:08:47 +08:00
|
|
|
BoolPointerImplicitConversion.cpp
|
2015-02-08 03:54:19 +08:00
|
|
|
InefficientAlgorithmCheck.cpp
|
2014-03-05 21:14:32 +08:00
|
|
|
MiscTidyModule.cpp
|
2014-07-14 22:24:30 +08:00
|
|
|
SwappedArgumentsCheck.cpp
|
2014-07-31 17:58:52 +08:00
|
|
|
UndelegatedConstructor.cpp
|
2014-07-23 19:49:46 +08:00
|
|
|
UnusedRAII.cpp
|
2014-12-05 19:59:05 +08:00
|
|
|
UniqueptrResetRelease.cpp
|
2014-05-16 17:30:09 +08:00
|
|
|
UseOverride.cpp
|
2014-03-05 21:14:32 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
clangAST
|
|
|
|
clangASTMatchers
|
|
|
|
clangBasic
|
2014-07-14 13:01:53 +08:00
|
|
|
clangLex
|
2014-03-05 21:14:32 +08:00
|
|
|
clangTidy
|
|
|
|
)
|