Revert "Moved CheckStl::checkAutoPointer to normal checking"
This reverts commit 6dc9727ffd
.
This commit is contained in:
parent
6dc9727ffd
commit
45a0c2ebf5
|
@ -60,7 +60,6 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
CheckStl checkStl(tokenizer, settings, errorLogger);
|
CheckStl checkStl(tokenizer, settings, errorLogger);
|
||||||
checkStl.checkAutoPointer();
|
|
||||||
checkStl.erase();
|
checkStl.erase();
|
||||||
checkStl.if_find();
|
checkStl.if_find();
|
||||||
checkStl.iterators();
|
checkStl.iterators();
|
||||||
|
@ -83,6 +82,7 @@ public:
|
||||||
checkStl.stlOutOfBounds();
|
checkStl.stlOutOfBounds();
|
||||||
checkStl.negativeIndex();
|
checkStl.negativeIndex();
|
||||||
checkStl.stlBoundaries();
|
checkStl.stlBoundaries();
|
||||||
|
checkStl.checkAutoPointer();
|
||||||
checkStl.uselessCalls();
|
checkStl.uselessCalls();
|
||||||
checkStl.checkDereferenceInvalidIterator();
|
checkStl.checkDereferenceInvalidIterator();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue