Using Cppcheck static analyzer tool in Qt Creator IDE
Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools, it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is...
Sep 16, 2016514

