hanchenye-llvm-project/clang-tools-extra/clang-tidy/readability
Aaron Ballman 2931002c8e Sorting includes; NFC.
llvm-svn: 277217
2016-07-29 21:41:18 +00:00
..
AvoidConstParamsInDecls.cpp [clang-tidy] Do not match on lambdas. 2016-06-28 14:19:41 +00:00
AvoidConstParamsInDecls.h [clang-tidy] Fix MSVC build. 2016-03-30 12:35:05 +00:00
BracesAroundStatementsCheck.cpp [clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-statements` check. 2016-02-16 10:31:33 +00:00
BracesAroundStatementsCheck.h
CMakeLists.txt clangTidyReadabilityModule: Add clangTidyUtils in libdeps, corresponding to r267003. 2016-04-22 00:33:39 +00:00
ContainerSizeEmptyCheck.cpp [clang-tidy] Cleanup some ast-matchers and lift some to utils. 2016-04-21 16:57:56 +00:00
ContainerSizeEmptyCheck.h
DeletedDefaultCheck.cpp [clang-tidy] Add a readability-deleted-default clang-tidy check. 2016-04-13 11:33:40 +00:00
DeletedDefaultCheck.h [clang-tidy] Add a readability-deleted-default clang-tidy check. 2016-04-13 11:33:40 +00:00
ElseAfterReturnCheck.cpp [clang-tidy] Refactoring of FixHintUtils 2016-05-11 17:38:22 +00:00
ElseAfterReturnCheck.h
FunctionSizeCheck.cpp Speed up check by using a recursive visitor. 2016-05-25 16:19:23 +00:00
FunctionSizeCheck.h Speed up check by using a recursive visitor. 2016-05-25 16:19:23 +00:00
IdentifierNamingCheck.cpp Sorting includes; NFC. 2016-07-29 21:41:18 +00:00
IdentifierNamingCheck.h [clang-tidy] readability-identifier-naming - support for other case types 2016-07-20 12:28:38 +00:00
ImplicitBoolCastCheck.cpp [clang-tidy] Lift common matchers to utils namespace 2016-05-17 19:36:09 +00:00
ImplicitBoolCastCheck.h [clang-tidy] Cleaning namespaces to be more consistant across checkers. 2016-05-02 18:00:29 +00:00
InconsistentDeclarationParameterNameCheck.cpp Apply performance-unnecessary-value-param to clang-tidy. 2016-06-15 15:46:10 +00:00
InconsistentDeclarationParameterNameCheck.h
NamedParameterCheck.cpp
NamedParameterCheck.h [clang-tidy] update links to Google Code Style in docs 2016-02-25 14:31:10 +00:00
NamespaceCommentCheck.cpp
NamespaceCommentCheck.h [clang-tidy] update links to Google Code Style in docs 2016-02-25 14:31:10 +00:00
ReadabilityTidyModule.cpp [clang-tidy] Add a readability-deleted-default clang-tidy check. 2016-04-13 11:33:40 +00:00
RedundantControlFlowCheck.cpp Add a new check, readability-redundant-control-flow, that check for some forms of redundant control flow statements. Currently checks for return statements at the end of a function with a void return type and continue statements at the end of looping statements. 2016-02-01 15:31:15 +00:00
RedundantControlFlowCheck.h Add a new check, readability-redundant-control-flow, that check for some forms of redundant control flow statements. Currently checks for return statements at the end of a function with a void return type and continue statements at the end of looping statements. 2016-02-01 15:31:15 +00:00
RedundantSmartptrGetCheck.cpp Apply performance-unnecessary-value-param to clang-tidy. 2016-06-15 15:46:10 +00:00
RedundantSmartptrGetCheck.h
RedundantStringCStrCheck.cpp [clang-tidy] Cleaning namespaces to be more consistant across checkers. 2016-05-02 18:00:29 +00:00
RedundantStringCStrCheck.h
RedundantStringInitCheck.cpp Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes. 2016-06-21 20:11:20 +00:00
RedundantStringInitCheck.h Add a new check, readability-redundant-string-init, that checks unnecessary string initializations. 2016-02-25 23:57:23 +00:00
SimplifyBooleanExprCheck.cpp [ASTMatchers] Added ignoringParenImpCasts to has matchers 2016-05-31 15:26:56 +00:00
SimplifyBooleanExprCheck.h Reapply r260096. 2016-02-12 15:09:05 +00:00
StaticDefinitionInAnonymousNamespaceCheck.cpp [clang-tidy] Add a check to detect static definitions in anonymous namespace. 2016-04-05 11:42:08 +00:00
StaticDefinitionInAnonymousNamespaceCheck.h [clang-tidy] Add a check to detect static definitions in anonymous namespace. 2016-04-05 11:42:08 +00:00
UniqueptrDeleteReleaseCheck.cpp [ASTMatchers] Added ignoringParenImpCasts to has matchers 2016-05-31 15:26:56 +00:00
UniqueptrDeleteReleaseCheck.h [clang-tidy] Fix doxygen errors. NFC. 2016-06-17 11:43:33 +00:00