大家好,欢迎来到IT知识分享网。
FlexeLint
支持windows,linux
http://www.gimpel.com/html/flex.htm
pclint
只支持 windows
http://www.gimpel.com/html/pcl.htm
splint
只支持c代码的文件
cppcheck
支持c++
Cppcheck是一种C/C++代码缺陷静态检查工具。不同于C/C++编译器及其它分析工具,Cppcheck只检查编译器检查不出来的bug,不检查语法错误。
logiscope rulecheck
http://blog.csdn.net/jxxy012/article/details/502548
gcc
-w Inhibit all warning messages.
-Wall
All of the above -W options combined. This enables all the warnings
about constructions that some users consider questionable, and that
are easy to avoid (or modify to prevent the warning), even in con-
junction with macros. This also enables some language-specific warn-
ings described in C++ Dialect Options and Objective-C and
Objective-C++ Dialect Options.
把“几乎”所有warning都显示出来。
免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://yundeesoft.com/21652.html