package info (click to toggle)
llvm-toolchain-20 1%3A20.1.6-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,111,304 kB
  • sloc: cpp: 7,438,677; ansic: 1,393,822; asm: 1,012,926; python: 241,650; f90: 86,635; objc: 75,479; lisp: 42,144; pascal: 17,286; sh: 10,027; ml: 5,082; perl: 4,730; awk: 3,523; makefile: 3,349; javascript: 2,251; xml: 892; fortran: 672

Folder: readability

d .. (parent)
- - rw-r--r-- 3,418 AvoidConstParamsInDecls.cpp
- - rw-r--r-- 1,441 AvoidConstParamsInDecls.h
- - rw-r--r-- 1,939 AvoidNestedConditionalOperatorCheck.cpp
- - rw-r--r-- 1,457 AvoidNestedConditionalOperatorCheck.h
- - rw-r--r-- 3,353 AvoidReturnWithVoidValueCheck.cpp
- - rw-r--r-- 1,640 AvoidReturnWithVoidValueCheck.h
- - rw-r--r-- 3,429 AvoidUnconditionalPreprocessorIfCheck.cpp
- - rw-r--r-- 1,459 AvoidUnconditionalPreprocessorIfCheck.h
- - rw-r--r-- 6,228 BracesAroundStatementsCheck.cpp
- - rw-r--r-- 2,431 BracesAroundStatementsCheck.h
- - rw-r--r-- 2,102 CMakeLists.txt
- - rw-r--r-- 5,620 ConstReturnTypeCheck.cpp
- - rw-r--r-- 1,474 ConstReturnTypeCheck.h
- - rw-r--r-- 6,318 ContainerContainsCheck.cpp
- - rw-r--r-- 1,529 ContainerContainsCheck.h
- - rw-r--r-- 4,920 ContainerDataPointerCheck.cpp
- - rw-r--r-- 1,855 ContainerDataPointerCheck.h
- - rw-r--r-- 17,379 ContainerSizeEmptyCheck.cpp
- - rw-r--r-- 1,933 ContainerSizeEmptyCheck.h
- - rw-r--r-- 6,194 ConvertMemberFunctionsToStatic.cpp
- - rw-r--r-- 1,323 ConvertMemberFunctionsToStatic.h
- - rw-r--r-- 2,813 DeleteNullPointerCheck.cpp
- - rw-r--r-- 1,381 DeleteNullPointerCheck.h
- - rw-r--r-- 4,558 DuplicateIncludeCheck.cpp
- - rw-r--r-- 1,213 DuplicateIncludeCheck.h
- - rw-r--r-- 12,573 ElseAfterReturnCheck.cpp
- - rw-r--r-- 1,684 ElseAfterReturnCheck.h
- - rw-r--r-- 8,061 EnumInitialValueCheck.cpp
- - rw-r--r-- 1,564 EnumInitialValueCheck.h
- - rw-r--r-- 20,614 FunctionCognitiveComplexityCheck.cpp
- - rw-r--r-- 2,115 FunctionCognitiveComplexityCheck.h
- - rw-r--r-- 7,519 FunctionSizeCheck.cpp
- - rw-r--r-- 3,006 FunctionSizeCheck.h
- - rw-r--r-- 6,022 IdentifierLengthCheck.cpp
- - rw-r--r-- 1,821 IdentifierLengthCheck.h
- - rw-r--r-- 50,086 IdentifierNamingCheck.cpp
- - rw-r--r-- 8,803 IdentifierNamingCheck.h
- - rw-r--r-- 16,379 ImplicitBoolConversionCheck.cpp
- - rw-r--r-- 1,833 ImplicitBoolConversionCheck.h
- - rw-r--r-- 13,286 InconsistentDeclarationParameterNameCheck.cpp
- - rw-r--r-- 1,929 InconsistentDeclarationParameterNameCheck.h
- - rw-r--r-- 10,194 IsolateDeclarationCheck.cpp
- - rw-r--r-- 1,303 IsolateDeclarationCheck.h
- - rw-r--r-- 10,162 MagicNumbersCheck.cpp
- - rw-r--r-- 4,151 MagicNumbersCheck.h
- - rw-r--r-- 8,735 MakeMemberFunctionConstCheck.cpp
- - rw-r--r-- 1,393 MakeMemberFunctionConstCheck.h
- - rw-r--r-- 3,587 MathMissingParenthesesCheck.cpp
- - rw-r--r-- 1,439 MathMissingParenthesesCheck.h
- - rw-r--r-- 5,066 MisleadingIndentationCheck.cpp
- - rw-r--r-- 1,778 MisleadingIndentationCheck.h
- - rw-r--r-- 2,091 MisplacedArrayIndexCheck.cpp
- - rw-r--r-- 1,270 MisplacedArrayIndexCheck.h
- - rw-r--r-- 4,600 NamedParameterCheck.cpp
- - rw-r--r-- 1,554 NamedParameterCheck.h
- - rw-r--r-- 8,188 NamespaceCommentCheck.cpp
- - rw-r--r-- 1,579 NamespaceCommentCheck.h
- - rw-r--r-- 9,167 NonConstParameterCheck.cpp
- - rw-r--r-- 2,187 NonConstParameterCheck.h
- - rw-r--r-- 12,247 OperatorsRepresentationCheck.cpp
- - rw-r--r-- 1,851 OperatorsRepresentationCheck.h
- - rw-r--r-- 10,943 QualifiedAutoCheck.cpp
- - rw-r--r-- 1,600 QualifiedAutoCheck.h
- - rw-r--r-- 8,846 ReadabilityTidyModule.cpp
- - rw-r--r-- 2,505 RedundantAccessSpecifiersCheck.cpp
- - rw-r--r-- 1,539 RedundantAccessSpecifiersCheck.h
- - rw-r--r-- 9,030 RedundantCastingCheck.cpp
- - rw-r--r-- 1,526 RedundantCastingCheck.h
- - rw-r--r-- 3,757 RedundantControlFlowCheck.cpp
- - rw-r--r-- 1,964 RedundantControlFlowCheck.h
- - rw-r--r-- 3,484 RedundantDeclarationCheck.cpp
- - rw-r--r-- 1,286 RedundantDeclarationCheck.h
- - rw-r--r-- 1,307 RedundantFunctionPtrDereferenceCheck.cpp
- - rw-r--r-- 1,316 RedundantFunctionPtrDereferenceCheck.h
- - rw-r--r-- 5,072 RedundantInlineSpecifierCheck.cpp
- - rw-r--r-- 1,752 RedundantInlineSpecifierCheck.h
- - rw-r--r-- 4,128 RedundantMemberInitCheck.cpp
- - rw-r--r-- 1,765 RedundantMemberInitCheck.h
- - rw-r--r-- 3,957 RedundantPreprocessorCheck.cpp
- - rw-r--r-- 1,296 RedundantPreprocessorCheck.h
- - rw-r--r-- 7,486 RedundantSmartptrGetCheck.cpp
- - rw-r--r-- 1,679 RedundantSmartptrGetCheck.h
- - rw-r--r-- 7,983 RedundantStringCStrCheck.cpp
- - rw-r--r-- 1,244 RedundantStringCStrCheck.h
- - rw-r--r-- 6,721 RedundantStringInitCheck.cpp
- - rw-r--r-- 1,314 RedundantStringInitCheck.h
- - rw-r--r-- 2,819 ReferenceToConstructedTemporaryCheck.cpp
- - rw-r--r-- 1,588 ReferenceToConstructedTemporaryCheck.h
- - rw-r--r-- 36,578 SimplifyBooleanExprCheck.cpp
- - rw-r--r-- 3,253 SimplifyBooleanExprCheck.h
- - rw-r--r-- 2,688 SimplifySubscriptExprCheck.cpp
- - rw-r--r-- 1,546 SimplifySubscriptExprCheck.h
- - rw-r--r-- 3,879 StaticAccessedThroughInstanceCheck.cpp
- - rw-r--r-- 1,733 StaticAccessedThroughInstanceCheck.h
- - rw-r--r-- 2,211 StaticDefinitionInAnonymousNamespaceCheck.cpp
- - rw-r--r-- 1,643 StaticDefinitionInAnonymousNamespaceCheck.h
- - rw-r--r-- 3,711 StringCompareCheck.cpp
- - rw-r--r-- 1,469 StringCompareCheck.h
- - rw-r--r-- 30,359 SuspiciousCallArgumentCheck.cpp
- - rw-r--r-- 3,745 SuspiciousCallArgumentCheck.h
- - rw-r--r-- 3,259 UniqueptrDeleteReleaseCheck.cpp
- - rw-r--r-- 1,516 UniqueptrDeleteReleaseCheck.h
- - rw-r--r-- 9,676 UppercaseLiteralSuffixCheck.cpp
- - rw-r--r-- 1,784 UppercaseLiteralSuffixCheck.h
- - rw-r--r-- 3,732 UseAnyOfAllOfCheck.cpp
- - rw-r--r-- 1,340 UseAnyOfAllOfCheck.h
- - rw-r--r-- 8,299 UseStdMinMaxCheck.cpp
- - rw-r--r-- 1,732 UseStdMinMaxCheck.h