Moved CheckStl::string_c_str to normal checking

This commit is contained in:
Daniel Marjamäki 2019-03-08 20:39:19 +01:00
parent fdf1d6fdee
commit 95a20c0233
1 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,7 @@ public:
checkStl.outOfBounds();
checkStl.outOfBoundsIndexExpression();
checkStl.pushback();
checkStl.string_c_str();
}
/** Simplified checks. The token list is simplified. */
@ -81,7 +82,6 @@ public:
checkStl.stlOutOfBounds();
checkStl.negativeIndex();
checkStl.stlBoundaries();
checkStl.string_c_str();
checkStl.checkAutoPointer();
checkStl.uselessCalls();
checkStl.checkDereferenceInvalidIterator();