2014-09-22 18:41:39 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
|
2014-10-26 09:41:14 +08:00
|
|
|
add_clang_library(clangTidyReadabilityModule
|
2016-03-30 19:31:33 +08:00
|
|
|
AvoidConstParamsInDecls.cpp
|
2014-10-15 18:51:57 +08:00
|
|
|
BracesAroundStatementsCheck.cpp
|
2015-03-09 20:18:39 +08:00
|
|
|
ContainerSizeEmptyCheck.cpp
|
2016-04-13 19:33:40 +08:00
|
|
|
DeletedDefaultCheck.cpp
|
2015-01-15 03:37:54 +08:00
|
|
|
ElseAfterReturnCheck.cpp
|
2015-03-09 20:18:39 +08:00
|
|
|
FunctionSizeCheck.cpp
|
2015-08-19 19:15:36 +08:00
|
|
|
IdentifierNamingCheck.cpp
|
2015-10-25 23:31:25 +08:00
|
|
|
ImplicitBoolCastCheck.cpp
|
2015-09-10 18:07:11 +08:00
|
|
|
InconsistentDeclarationParameterNameCheck.cpp
|
2015-03-17 06:31:16 +08:00
|
|
|
NamedParameterCheck.cpp
|
2014-09-22 18:41:39 +08:00
|
|
|
NamespaceCommentCheck.cpp
|
2014-10-26 09:41:14 +08:00
|
|
|
ReadabilityTidyModule.cpp
|
2016-02-01 23:31:15 +08:00
|
|
|
RedundantControlFlowCheck.cpp
|
2015-03-16 08:32:25 +08:00
|
|
|
RedundantStringCStrCheck.cpp
|
2015-03-09 20:18:39 +08:00
|
|
|
RedundantSmartptrGetCheck.cpp
|
2016-02-26 07:57:23 +08:00
|
|
|
RedundantStringInitCheck.cpp
|
2015-04-11 03:26:43 +08:00
|
|
|
SimplifyBooleanExprCheck.cpp
|
2016-04-05 19:42:08 +08:00
|
|
|
StaticDefinitionInAnonymousNamespaceCheck.cpp
|
2015-10-20 05:49:51 +08:00
|
|
|
UniqueptrDeleteReleaseCheck.cpp
|
2014-09-22 18:41:39 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
clangAST
|
|
|
|
clangASTMatchers
|
|
|
|
clangBasic
|
|
|
|
clangLex
|
|
|
|
clangTidy
|
2016-04-22 08:33:39 +08:00
|
|
|
clangTidyUtils
|
2014-09-22 18:41:39 +08:00
|
|
|
clangTooling
|
|
|
|
)
|