Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

C++ Checkers

CERT C++ Secure Coding Standard

BAD_OVERRIDE

No equivalent

CTOR_DTOR_LEAK

No equivalent

DELETE_ARRAY

No equivalent

INVALIDATE_ITERATOR

STL30-C. Use Valid Iterators

PASS_BY_VALUE

No equivalent

UNCAUGHT_EXCEPT

ERR30-C. Check for all error conditions

UNINIT_CTOR

No equivalent

WRAPPER_ESCAPE

No equivalent

...