cppcheck binary package in Ubuntu Mantic ppc64el

 Cppcheck is a command-line tool that tries to detect bugs that your
 C/C++ compiler doesn't see. It is versatile, and can check non-standard
 code including various compiler extensions, inline assembly code, etc.
 Its internal preprocessor can handle includes, macros, and several
 preprocessor commands. While Cppcheck is highly configurable,
 you can start using it just by giving it a path to the source code.
 .
 It includes checks for:
  * pointers to out-of-scope auto variables;
  * assignment of auto variables to an effective parameter of a function;
  * out-of-bounds errors in arrays and STL;
  * missing class constructors;
  * variables not initialized by a constructor;
  * use of memset, memcpy, etcetera on a class;
  * non-virtual destructors for base classes;
  * operator= not returning a constant reference to itself;
  * use of deprecated functions (mktemp, gets, scanf);
  * exceptions thrown in destructors;
  * memory leaks in class or function variables;
  * C-style pointer cast in C++ code;
  * redundant if;
  * misuse of the strtol or sprintf functions;
  * unsigned division or division by zero;
  * unused functions and struct members;
  * passing parameters by value;
  * misuse of signed char variables;
  * unusual pointer arithmetic (such as "abc" + 'd');
  * dereferenced null pointers;
  * incomplete statements;
  * misuse of iterators when iterating through a container;
  * dereferencing of erased iterators;
  * use of invalidated vector iterators/pointers;
 .
 This package contains the command-line interface for cppcheck.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2023-07-11 19:14:39 UTC Published Ubuntu Mantic ppc64el release universe devel Optional 2.11-3
  • Published
  • Copied from ubuntu mantic-proposed ppc64el in Primary Archive for Ubuntu
  Deleted Ubuntu Mantic ppc64el proposed universe devel Optional 2.11-3
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to mantic

  • Published
  2023-07-02 17:34:26 UTC Superseded Ubuntu Mantic ppc64el proposed universe devel Optional 2.11-2
  • Removed from disk .
  • Removal requested .
  • Superseded by ppc64el build of cppcheck 2.11-3 in ubuntu mantic PROPOSED
  • Published
  2023-07-11 19:19:01 UTC Superseded Ubuntu Mantic ppc64el release universe devel Optional 2.10-2
  • Removal requested .
  • Superseded by ppc64el build of cppcheck 2.11-3 in ubuntu mantic PROPOSED
  • Published
  • Copied from ubuntu lunar-proposed ppc64el in Primary Archive for Ubuntu