---
Type: desktop-application
ID: cppcheck-gui.desktop
Package: cppcheck-gui
Name:
C: Cppcheck
Summary:
C: A tool for static C/C++ code analysis
Description:
C: >-
<p>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.</p>
<p>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</p>
<p>This package contains the graphical user interface for cppcheck.</p>
sk: >-
<p>Cppcheck je nástroj príkazového riadka, ktorý sa pokúša nájsť chyby, ktoré váš kompilátor C/C++ nevidí. Je všestranný
a dokáže skontrolovať neštandardný kód vrátane rôznych rozšírení kompilátora, kódu asemblera v zdrojovom kóde atď. Jeho
interný preprocesor dokáže pracovať s hlavičkovými súbormi, makrami a niekoľkými príkazmi preprocesora. Hoci je Cppcheck
do veľkej miery možné nastaviť, stačí ho spustiť iba s odkazom na cestu, kde nájde zdrojový kód.</p>
<p>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</p>
<p>This package contains the graphical user interface for cppcheck.</p>
it: >-
<p>Cppcheck è uno strumento a riga di comando che cerca di identificare i bug non visti dal compilatore C/C++ che si sta
usando. È versatile e può verificare codice non standard, incluse alcune estensioni del compilatore, codice assembly in
linea, ecc. Il suo preprocessore interno può gestire include, macro e diversi comandi del preprocessore. Cppcheck è altamente
configurabile, ma si può iniziare ad usarlo passandogli soltanto il percorso al codice sorgente.</p>
<p>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</p>
<p>This package contains the graphical user interface for cppcheck.</p>
da: >-
<p>Cppcheck er et kommandolinjeværktøj, som forsøger at detektere fejl, som din C/C++-kompiler ikke ser. Det er alsidigt
og kan kontrollere kode, der ikke er standard, inklusive diverse kompilerudvidelser, indlejret assemblykode etc. Dets
interne forbrænder kan håndtere includes, makroer og flere kommandoer for forbrænderen. Selv om Cppcheck kan konfigureres
på mange måder, så kan du starte programmet bare ved at give en sti til kildekoden.</p>
<p>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</p>
<p>This package contains the graphical user interface for cppcheck.</p>
pt_BR: >-
<p>cppcheck é uma ferramenta de linha de comando que tenta detectar erros que seu compilador C/C++ não enxergou.Ele é
versátil e pode checar código não convencional incluindo várias extensões de compilador, código assembler "inline",
etc. Seu preprocessador interno pode manipular "includes", "macros" e diversos comandos de preprocessamento.
Embora o CppCheck seja altamente configurável, você pode começar a usá-lo apenas fornecendo um caminho para seu código
fonte.</p>
<p>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</p>
<p>This package contains the graphical user interface for cppcheck.</p>
en: >-
<p>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.</p>
<p>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</p>
<p>This package contains the graphical user interface for cppcheck.</p>
Categories:
- Development
- Debugger
Icon:
cached:
- name: cppcheck-gui_cppcheck-gui.png
width: 48
height: 48
- name: cppcheck-gui_cppcheck-gui.png
width: 64
height: 64
- name: cppcheck-gui_cppcheck-gui.png
width: 128
height: 128
stock: cppcheck-gui
remote:
- url: c/cp/cppcheck-gui.desktop/D27D0E6953381B511F5C2836325D1EF9/icons/128x128/cppcheck-gui_cppcheck-gui.png
width: 128
height: 128
Launchable:
desktop-id:
- cppcheck-gui.desktop