Cppcheck 2.14.0 has been released yesterday.
https://github.com/danmar/cppcheck/releases/tag/2.14.0
There are 2 new checks:
- eraseIteratorOutOfBounds: warns when erase() is called on an iterator that is out of bounds
- returnByReference: warns when a large class member is returned by value from a getter function
Cppcheck 2.14.0 has been released yesterday.
https://github.com/danmar/cppcheck/releases/tag/2.14.0
There are 2 new checks: