Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in cppcheck

How do you perform cppcheck cross-translation unit (CTU) static analysis?

c++ cppcheck

cppcheck thinks there is a mismatch in alloc and dealloc

c++ cppcheck

Handling "incompatibily" overloaded names in Cppcheck

C/C++ no curly brace after if/for, how to lint it out?

c++ c cppcheck

python script using subprocess, redirect ALL output to file

Code::Blocks, static code analysis included (cppcheck)?

How do I ignore certain file types with cppcheck?

c++ qt-creator cppcheck

cppcheck : Buffer is accessed out of bounds

c cppcheck

Refactor constructor to use initialization list

Cppcheck saying that char[256] should be initialized in constructor's initializer list

Mixing Doxygen comments with cppcheck-suppress

How to fix cppcheck 'portability: Casting between unsigned char * and double * which have an incompatible binary data representation.'

c++ casting cppcheck

The scope of the variable can be reduced in a function in c

c warnings cppcheck

How to do static code logical analysis with AST tree or other tool?

Use -I instead of -isystem when using CMake find_package in compile_commands.json

cmake cppcheck