logo
首页技术栈工具库讨论
cppcheck

cppcheck

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).
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub icondanmar/cppcheck3472
CONDA
conda install -c anaconda cppcheck
查看
标签
根据用户添加的标签生成
暂无标签