suspicious condition: commented out the check temporarily - there are some false positives I'll need to fix
This commit is contained in:
parent
db48158b28
commit
e94ebd829d
|
@ -64,7 +64,9 @@ public:
|
||||||
checkOther.checkAssignmentInAssert();
|
checkOther.checkAssignmentInAssert();
|
||||||
checkOther.checkSizeofForArrayParameter();
|
checkOther.checkSizeofForArrayParameter();
|
||||||
checkOther.checkSelfAssignment();
|
checkOther.checkSelfAssignment();
|
||||||
checkOther.clarifyCondition(); // not simplified because ifAssign
|
|
||||||
|
// I'll just fix a few false positives and then uncomment
|
||||||
|
// checkOther.clarifyCondition(); // not simplified because ifAssign
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @brief Run checks against the simplified token list */
|
/** @brief Run checks against the simplified token list */
|
||||||
|
|
Loading…
Reference in New Issue