sahana92 / cppcheck-c-cpp-demo

cppcheck is a static analysis tool that detect the bug in c and cpp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cppcheck

Travis CI Build Status

Cppcheck is a static code analysis tool for the C and C++ programming languages

cppcheck will detect the type of buge which compiler will fail to detect. so we use cppcheck to run on travis.

About

cppcheck is a static analysis tool that detect the bug in c and cpp.

License:MIT License


Languages

Language:QMake 45.9%Language:C++ 39.4%Language:C 14.7%