Moved CheckString::checkIncorrectStringCompare from runSimplifiedChecks to runChecks
This commit is contained in:
parent
09d505219c
commit
4218698fb1
|
@ -58,6 +58,7 @@ public:
|
|||
checkString.checkSuspiciousStringCompare();
|
||||
checkString.stringLiteralWrite();
|
||||
checkString.overlappingStrcmp();
|
||||
checkString.checkIncorrectStringCompare();
|
||||
}
|
||||
|
||||
/** @brief Run checks against the simplified token list */
|
||||
|
@ -65,7 +66,6 @@ public:
|
|||
CheckString checkString(tokenizer, settings, errorLogger);
|
||||
|
||||
// Checks
|
||||
checkString.checkIncorrectStringCompare();
|
||||
checkString.checkAlwaysTrueOrFalseStringCompare();
|
||||
checkString.sprintfOverlappingData();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue