Cppcheck 1.63.1

Cppcheck is an open source analysis software for C and C++ code.Unlike other C/C++ compilers, Cppcheck does not detect syntax errors. Instead, it only detects the types of bugs that the compilers normally fail to detect.The developers recommend that you...