package info (click to toggle)
llvm-toolchain-11 1%3A11.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 995,808 kB
  • sloc: cpp: 4,767,656; ansic: 760,916; asm: 477,436; python: 170,940; objc: 69,804; lisp: 29,914; sh: 23,855; f90: 18,173; pascal: 7,551; perl: 7,471; ml: 5,603; awk: 3,489; makefile: 2,573; xml: 915; cs: 573; fortran: 503; javascript: 452

Folder: readability

d .. (parent)
- - rw-r--r-- 4,376 AvoidConstParamsInDecls.cpp
- - rw-r--r-- 1,200 AvoidConstParamsInDecls.h
- - rw-r--r-- 10,204 BracesAroundStatementsCheck.cpp
- - rw-r--r-- 2,369 BracesAroundStatementsCheck.h
- - rw-r--r-- 1,560 CMakeLists.txt
- - rw-r--r-- 4,912 ConstReturnTypeCheck.cpp
- - rw-r--r-- 1,277 ConstReturnTypeCheck.h
- - rw-r--r-- 9,237 ContainerSizeEmptyCheck.cpp
- - rw-r--r-- 1,751 ContainerSizeEmptyCheck.h
- - rw-r--r-- 6,016 ConvertMemberFunctionsToStatic.cpp
- - rw-r--r-- 1,345 ConvertMemberFunctionsToStatic.h
- - rw-r--r-- 3,253 DeleteNullPointerCheck.cpp
- - rw-r--r-- 1,312 DeleteNullPointerCheck.h
- - rw-r--r-- 2,802 DeletedDefaultCheck.cpp
- - rw-r--r-- 1,322 DeletedDefaultCheck.h
- - rw-r--r-- 9,653 ElseAfterReturnCheck.cpp
- - rw-r--r-- 1,315 ElseAfterReturnCheck.h
- - rw-r--r-- 7,083 FunctionSizeCheck.cpp
- - rw-r--r-- 2,450 FunctionSizeCheck.h
- - rw-r--r-- 21,873 IdentifierNamingCheck.cpp
- - rw-r--r-- 2,927 IdentifierNamingCheck.h
- - rw-r--r-- 14,338 ImplicitBoolConversionCheck.cpp
- - rw-r--r-- 1,866 ImplicitBoolConversionCheck.h
- - rw-r--r-- 13,438 InconsistentDeclarationParameterNameCheck.cpp
- - rw-r--r-- 1,873 InconsistentDeclarationParameterNameCheck.h
- - rw-r--r-- 10,145 IsolateDeclarationCheck.cpp
- - rw-r--r-- 1,353 IsolateDeclarationCheck.h
- - rw-r--r-- 8,954 MagicNumbersCheck.cpp
- - rw-r--r-- 3,888 MagicNumbersCheck.h
- - rw-r--r-- 8,569 MakeMemberFunctionConstCheck.cpp
- - rw-r--r-- 1,443 MakeMemberFunctionConstCheck.h
- - rw-r--r-- 4,549 MisleadingIndentationCheck.cpp
- - rw-r--r-- 1,654 MisleadingIndentationCheck.h
- - rw-r--r-- 2,155 MisplacedArrayIndexCheck.cpp
- - rw-r--r-- 1,320 MisplacedArrayIndexCheck.h
- - rw-r--r-- 4,738 NamedParameterCheck.cpp
- - rw-r--r-- 1,485 NamedParameterCheck.h
- - rw-r--r-- 8,192 NamespaceCommentCheck.cpp
- - rw-r--r-- 1,632 NamespaceCommentCheck.h
- - rw-r--r-- 8,426 NonConstParameterCheck.cpp
- - rw-r--r-- 2,118 NonConstParameterCheck.h
- - rw-r--r-- 10,782 QualifiedAutoCheck.cpp
- - rw-r--r-- 1,650 QualifiedAutoCheck.h
- - rw-r--r-- 6,562 ReadabilityTidyModule.cpp
- - rw-r--r-- 2,555 RedundantAccessSpecifiersCheck.cpp
- - rw-r--r-- 1,615 RedundantAccessSpecifiersCheck.h
- - rw-r--r-- 3,774 RedundantControlFlowCheck.cpp
- - rw-r--r-- 1,894 RedundantControlFlowCheck.h
- - rw-r--r-- 3,208 RedundantDeclarationCheck.cpp
- - rw-r--r-- 1,336 RedundantDeclarationCheck.h
- - rw-r--r-- 1,430 RedundantFunctionPtrDereferenceCheck.cpp
- - rw-r--r-- 1,366 RedundantFunctionPtrDereferenceCheck.h
- - rw-r--r-- 2,876 RedundantMemberInitCheck.cpp
- - rw-r--r-- 1,696 RedundantMemberInitCheck.h
- - rw-r--r-- 4,097 RedundantPreprocessorCheck.cpp
- - rw-r--r-- 1,346 RedundantPreprocessorCheck.h
- - rw-r--r-- 5,903 RedundantSmartptrGetCheck.cpp
- - rw-r--r-- 1,610 RedundantSmartptrGetCheck.h
- - rw-r--r-- 8,136 RedundantStringCStrCheck.cpp
- - rw-r--r-- 1,273 RedundantStringCStrCheck.h
- - rw-r--r-- 7,020 RedundantStringInitCheck.cpp
- - rw-r--r-- 1,366 RedundantStringInitCheck.h
- - rw-r--r-- 25,666 SimplifyBooleanExprCheck.cpp
- - rw-r--r-- 3,404 SimplifyBooleanExprCheck.h
- - rw-r--r-- 2,807 SimplifySubscriptExprCheck.cpp
- - rw-r--r-- 1,479 SimplifySubscriptExprCheck.h
- - rw-r--r-- 3,117 StaticAccessedThroughInstanceCheck.cpp
- - rw-r--r-- 1,664 StaticAccessedThroughInstanceCheck.h
- - rw-r--r-- 2,276 StaticDefinitionInAnonymousNamespaceCheck.cpp
- - rw-r--r-- 1,459 StaticDefinitionInAnonymousNamespaceCheck.h
- - rw-r--r-- 3,006 StringCompareCheck.cpp
- - rw-r--r-- 1,414 StringCompareCheck.h
- - rw-r--r-- 2,505 UniqueptrDeleteReleaseCheck.cpp
- - rw-r--r-- 1,382 UniqueptrDeleteReleaseCheck.h
- - rw-r--r-- 9,553 UppercaseLiteralSuffixCheck.cpp
- - rw-r--r-- 1,717 UppercaseLiteralSuffixCheck.h
- - rw-r--r-- 3,707 UseAnyOfAllOfCheck.cpp
- - rw-r--r-- 1,362 UseAnyOfAllOfCheck.h