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-03-02 18:46:43 +08:00
|
|
|
AssertSideEffectCheck.cpp
|
2015-02-10 01:50:40 +08:00
|
|
|
AssignOperatorSignatureCheck.cpp
|
2015-03-09 19:48:54 +08:00
|
|
|
BoolPointerImplicitConversionCheck.cpp
|
2015-02-10 17:14:26 +08:00
|
|
|
InaccurateEraseCheck.cpp
|
2015-02-08 03:54:19 +08:00
|
|
|
InefficientAlgorithmCheck.cpp
|
2015-06-16 22:27:31 +08:00
|
|
|
MacroParenthesesCheck.cpp
|
2015-06-17 22:19:35 +08:00
|
|
|
MacroRepeatedSideEffectsCheck.cpp
|
2014-03-05 21:14:32 +08:00
|
|
|
MiscTidyModule.cpp
|
2015-08-20 23:52:52 +08:00
|
|
|
MoveConstructorInitCheck.cpp
|
2015-05-27 22:24:11 +08:00
|
|
|
NoexceptMoveConstructorCheck.cpp
|
2015-09-11 00:37:46 +08:00
|
|
|
SizeofContainerCheck.cpp
|
2015-03-02 18:46:43 +08:00
|
|
|
StaticAssertCheck.cpp
|
2014-07-14 22:24:30 +08:00
|
|
|
SwappedArgumentsCheck.cpp
|
2014-07-31 17:58:52 +08:00
|
|
|
UndelegatedConstructor.cpp
|
2015-08-01 00:08:10 +08:00
|
|
|
UnusedAliasDeclsCheck.cpp
|
2015-07-20 09:06:44 +08:00
|
|
|
UnusedParametersCheck.cpp
|
2015-03-09 19:48:54 +08:00
|
|
|
UnusedRAIICheck.cpp
|
|
|
|
UniqueptrResetReleaseCheck.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
|
|
|
|
)
|