Cppcheck is an open source tool for static C/C++ code analysis that tries to detect bugs that a C/C++ compiler doesn't see.
cppcheck can't find even standard headers such as iostream. Any ideas? I am using Ubuntu 11.04 and cppcheck from the repository.
c++ cppcheckI would like to use Cppcheck for static code analysis of my C++ code. I learned that I can suppress …
c++ static-analysis error-suppression cppcheckIf i launch my cppcheck i get following error: cppcheck ListLib.c (information) Failed to load std.cfg. Your Cppcheck …
cppcheckI am not asking about the various available third-party modules that support Cppcheck in one way or the other. With …
cmake cppcheckI call cppcheck on our own files in our source base. However, some source files include header files from third …
cppcheckCppCheck finds me some findings like: "The scope of the variable 'x' can be reduced". What if I have this …
c++ c performance coding-style cppcheckI'm trying to install Cppcheck via telnet on a Linux box. I have the cppcheck-1.67.tar file and I untar …
linux installation cppcheckI am trying to use the CppCheck tool in Ubuntu. I ran the following command cppcheck --enable=all --check-config --suppress=…
static-code-analysis cppcheck