Skip to content
Sections
>> Trisquel >> Packages >> etiona >> devel >> cppcheck-gui
etiona  ] [  nabia  ] [  aramo  ]
[ Source: cppcheck  ]

Package: cppcheck-gui (1.82-1)

tool for static C/C++ code analysis (GUI)

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 graphical user interface for cppcheck.

Other Packages Related to cppcheck-gui

  • depends
  • recommends
  • suggests
  • dep: libc6 (>= 2.14) [amd64]
    GNU C Library: Shared libraries
    also a virtual package provided by libc6-udeb
    dep: libc6 (>= 2.4) [i386]
  • dep: libgcc1 (>= 1:3.0) [amd64]
    GCC support library
    dep: libgcc1 (>= 1:4.2) [i386]
  • dep: libpcre3
    Old Perl 5 Compatible Regular Expression Library - runtime files
  • dep: libqt5core5a (>= 5.9.0~beta)
    Qt 5 core module
  • dep: libqt5gui5 (>= 5.0.2)
    Qt 5 GUI module
  • dep: libqt5printsupport5 (>= 5.0.2)
    Qt 5 print support module
  • dep: libqt5widgets5 (>= 5.2.0~alpha1)
    Qt 5 widgets module
  • dep: libstdc++6 (>= 5.2)
    GNU Standard C++ Library v3
  • dep: libtinyxml2-6 (>= 5.0.0)
    C++ XML parsing library

Download cppcheck-gui

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 1,008.5 kB3097 kB [list of files]
i386 1,126.8 kB3396 kB [list of files]