Moved CheckStl::string_c_str to normal checking
This commit is contained in:
parent
fdf1d6fdee
commit
95a20c0233
|
@ -68,6 +68,7 @@ public:
|
||||||
checkStl.outOfBounds();
|
checkStl.outOfBounds();
|
||||||
checkStl.outOfBoundsIndexExpression();
|
checkStl.outOfBoundsIndexExpression();
|
||||||
checkStl.pushback();
|
checkStl.pushback();
|
||||||
|
checkStl.string_c_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Simplified checks. The token list is simplified. */
|
/** Simplified checks. The token list is simplified. */
|
||||||
|
@ -81,7 +82,6 @@ public:
|
||||||
checkStl.stlOutOfBounds();
|
checkStl.stlOutOfBounds();
|
||||||
checkStl.negativeIndex();
|
checkStl.negativeIndex();
|
||||||
checkStl.stlBoundaries();
|
checkStl.stlBoundaries();
|
||||||
checkStl.string_c_str();
|
|
||||||
checkStl.checkAutoPointer();
|
checkStl.checkAutoPointer();
|
||||||
checkStl.uselessCalls();
|
checkStl.uselessCalls();
|
||||||
checkStl.checkDereferenceInvalidIterator();
|
checkStl.checkDereferenceInvalidIterator();
|
||||||
|
|
Loading…
Reference in New Issue