|
Go up
|
— |
— |
|
|
AvoidConstParamsInDecls.cpp
|
3.3 KiB |
|
|
|
AvoidConstParamsInDecls.h
|
1.4 KiB |
|
|
|
AvoidNestedConditionalOperatorCheck.cpp
|
1.9 KiB |
|
|
|
AvoidNestedConditionalOperatorCheck.h
|
1.4 KiB |
|
|
|
AvoidReturnWithVoidValueCheck.cpp
|
3.3 KiB |
|
|
|
AvoidReturnWithVoidValueCheck.h
|
1.6 KiB |
|
|
|
AvoidUnconditionalPreprocessorIfCheck.cpp
|
3.3 KiB |
|
|
|
AvoidUnconditionalPreprocessorIfCheck.h
|
1.4 KiB |
|
|
|
BracesAroundStatementsCheck.cpp
|
6.1 KiB |
|
|
|
BracesAroundStatementsCheck.h
|
2.4 KiB |
|
|
|
CMakeLists.txt
|
2.0 KiB |
|
|
|
ConstReturnTypeCheck.cpp
|
5.5 KiB |
|
|
|
ConstReturnTypeCheck.h
|
1.4 KiB |
|
|
|
ContainerContainsCheck.cpp
|
5.8 KiB |
|
|
|
ContainerContainsCheck.h
|
1.4 KiB |
|
|
|
ContainerDataPointerCheck.cpp
|
4.8 KiB |
|
|
|
ContainerDataPointerCheck.h
|
1.8 KiB |
|
|
|
ContainerSizeEmptyCheck.cpp
|
17 KiB |
|
|
|
ContainerSizeEmptyCheck.h
|
1.9 KiB |
|
|
|
ConvertMemberFunctionsToStatic.cpp
|
6.0 KiB |
|
|
|
ConvertMemberFunctionsToStatic.h
|
1.3 KiB |
|
|
|
DeleteNullPointerCheck.cpp
|
2.7 KiB |
|
|
|
DeleteNullPointerCheck.h
|
1.3 KiB |
|
|
|
DuplicateIncludeCheck.cpp
|
4.5 KiB |
|
|
|
DuplicateIncludeCheck.h
|
1.2 KiB |
|
|
|
ElseAfterReturnCheck.cpp
|
12 KiB |
|
|
|
ElseAfterReturnCheck.h
|
1.6 KiB |
|
|
|
EnumInitialValueCheck.cpp
|
7.5 KiB |
|
|
|
EnumInitialValueCheck.h
|
1.5 KiB |
|
|
|
FunctionCognitiveComplexityCheck.cpp
|
20 KiB |
|
|
|
FunctionCognitiveComplexityCheck.h
|
2.1 KiB |
|
|
|
FunctionSizeCheck.cpp
|
7.3 KiB |
|
|
|
FunctionSizeCheck.h
|
2.9 KiB |
|
|
|
IdentifierLengthCheck.cpp
|
5.9 KiB |
|
|
|
IdentifierLengthCheck.h
|
1.8 KiB |
|
|
|
IdentifierNamingCheck.cpp
|
49 KiB |
|
|
|
IdentifierNamingCheck.h
|
8.6 KiB |
|
|
|
ImplicitBoolConversionCheck.cpp
|
15 KiB |
|
|
|
ImplicitBoolConversionCheck.h
|
1.8 KiB |
|
|
|
InconsistentDeclarationParameterNameCheck.cpp
|
13 KiB |
|
|
|
InconsistentDeclarationParameterNameCheck.h
|
1.9 KiB |
|
|
|
IsolateDeclarationCheck.cpp
|
10 KiB |
|
|
|
IsolateDeclarationCheck.h
|
1.3 KiB |
|
|
|
MagicNumbersCheck.cpp
|
9.9 KiB |
|
|
|
MagicNumbersCheck.h
|
4.1 KiB |
|
|
|
MakeMemberFunctionConstCheck.cpp
|
8.5 KiB |
|
|
|
MakeMemberFunctionConstCheck.h
|
1.4 KiB |
|
|
|
MathMissingParenthesesCheck.cpp
|
3.5 KiB |
|
|
|
MathMissingParenthesesCheck.h
|
1.4 KiB |
|
|
|
MisleadingIndentationCheck.cpp
|
4.9 KiB |
|
|
|
MisleadingIndentationCheck.h
|
1.7 KiB |
|
|
|
MisplacedArrayIndexCheck.cpp
|
2.0 KiB |
|
|
|
MisplacedArrayIndexCheck.h
|
1.2 KiB |
|
|
|
NamedParameterCheck.cpp
|
4.5 KiB |
|
|
|
NamedParameterCheck.h
|
1.5 KiB |
|
|
|
NamespaceCommentCheck.cpp
|
8.0 KiB |
|
|
|
NamespaceCommentCheck.h
|
1.5 KiB |
|
|
|
NonConstParameterCheck.cpp
|
9.0 KiB |
|
|
|
NonConstParameterCheck.h
|
2.1 KiB |
|
|
|
OperatorsRepresentationCheck.cpp
|
12 KiB |
|
|
|
OperatorsRepresentationCheck.h
|
1.8 KiB |
|
|
|
QualifiedAutoCheck.cpp
|
11 KiB |
|
|
|
QualifiedAutoCheck.h
|
1.6 KiB |
|
|
|
ReadabilityTidyModule.cpp
|
8.6 KiB |
|
|
|
RedundantAccessSpecifiersCheck.cpp
|
2.4 KiB |
|
|
|
RedundantAccessSpecifiersCheck.h
|
1.5 KiB |
|
|
|
RedundantCastingCheck.cpp
|
8.6 KiB |
|
|
|
RedundantCastingCheck.h
|
1.5 KiB |
|
|
|
RedundantControlFlowCheck.cpp
|
3.7 KiB |
|
|
|
RedundantControlFlowCheck.h
|
1.9 KiB |
|
|
|
RedundantDeclarationCheck.cpp
|
3.4 KiB |
|
|
|
RedundantDeclarationCheck.h
|
1.3 KiB |
|
|
|
RedundantFunctionPtrDereferenceCheck.cpp
|
1.3 KiB |
|
|
|
RedundantFunctionPtrDereferenceCheck.h
|
1.3 KiB |
|
|
|
RedundantInlineSpecifierCheck.cpp
|
5.0 KiB |
|
|
|
RedundantInlineSpecifierCheck.h
|
1.7 KiB |
|
|
|
RedundantMemberInitCheck.cpp
|
4.0 KiB |
|
|
|
RedundantMemberInitCheck.h
|
1.7 KiB |
|
|
|
RedundantPreprocessorCheck.cpp
|
3.9 KiB |
|
|
|
RedundantPreprocessorCheck.h
|
1.3 KiB |
|
|
|
RedundantSmartptrGetCheck.cpp
|
7.2 KiB |
|
|
|
RedundantSmartptrGetCheck.h
|
1.6 KiB |
|
|
|
RedundantStringCStrCheck.cpp
|
7.8 KiB |
|
|
|
RedundantStringCStrCheck.h
|
1.2 KiB |
|
|
|
RedundantStringInitCheck.cpp
|
6.6 KiB |
|
|
|
RedundantStringInitCheck.h
|
1.3 KiB |
|
|
|
ReferenceToConstructedTemporaryCheck.cpp
|
2.8 KiB |
|
|
|
ReferenceToConstructedTemporaryCheck.h
|
1.6 KiB |
|
|
|
SimplifyBooleanExprCheck.cpp
|
36 KiB |
|
|
|
SimplifyBooleanExprCheck.h
|
3.2 KiB |
|
|
|
SimplifySubscriptExprCheck.cpp
|
2.6 KiB |
|
|
|
SimplifySubscriptExprCheck.h
|
1.5 KiB |
|
|
|
StaticAccessedThroughInstanceCheck.cpp
|
3.8 KiB |
|
|
|
StaticAccessedThroughInstanceCheck.h
|
1.7 KiB |
|
|
|
StaticDefinitionInAnonymousNamespaceCheck.cpp
|
2.2 KiB |
|
|
|
StaticDefinitionInAnonymousNamespaceCheck.h
|
1.6 KiB |
|
|
|
StringCompareCheck.cpp
|
3.6 KiB |
|
|
|
StringCompareCheck.h
|
1.4 KiB |
|
|
|
SuspiciousCallArgumentCheck.cpp
|
29 KiB |
|
|
|
SuspiciousCallArgumentCheck.h
|
3.7 KiB |
|
|
|
UniqueptrDeleteReleaseCheck.cpp
|
3.2 KiB |
|
|
|
UniqueptrDeleteReleaseCheck.h
|
1.5 KiB |
|
|
|
UppercaseLiteralSuffixCheck.cpp
|
9.4 KiB |
|
|
|
UppercaseLiteralSuffixCheck.h
|
1.7 KiB |
|
|
|
UseAnyOfAllOfCheck.cpp
|
3.6 KiB |
|
|
|
UseAnyOfAllOfCheck.h
|
1.3 KiB |
|
|
|
UseStdMinMaxCheck.cpp
|
7.7 KiB |
|
|
|
UseStdMinMaxCheck.h
|
1.7 KiB |
|
|