'cppCheck'에 해당되는 글 2건

  1. 2015.12.28 Cppcheck - A tool for static C/C++ code analysis

반응형


Cppcheck
A tool for static C/C++ code analysis

 

http://cppcheck.sourceforge.net/

 

 

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 to detect only real errors in the code (i.e. have zero false positives).

반응형
Posted by 공간사랑
,