wszystkie opcje
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: cppcheck  ]

Pakiet: cppcheck (2.13.0-2 i inne)

Odnośniki dla cppcheck

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego cppcheck:

Opiekun:

Zasoby zewnętrzne:

Podobne pakiety:

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

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.

Znaczniki: Rozwój oprogramowania: Rozwijanie w języku C, Rozwijanie w języku C++, Biblioteki, devel::testing-qa, implemented-in::c, Zaimplementowane w: C++, Interfejs użytkownika: interface::commandline, role::devel-lib, Rola: Program, Zakres: Narzędzie, Bezpieczeństwo: security::TODO, use::analysing, Przeznaczenie: Sprawdzanie, Działa z: Kod źródłowy

Inne pakiety związane z cppcheck

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie cppcheck

Pobierz dla wszystkich dostępnych architektur
Architektura Wersja Rozmiar pakietu Rozmiar po instalacji Pliki
i386 2.13.0-2+b2 2 345,3 KiB10 467,0 KiB [lista plików]