[quality] 02 - clang static analyzer: scan-build
相关资源:
Building Clang and Working with the Code【官方安装文档】
scan-build: running the analyzer from the command line【官方说明文档】
html 在 memleak 文件夹中。
scan-build -o memleak gcc memleak.c -o a.out
/* continue */
相关资源:
Building Clang and Working with the Code【官方安装文档】
scan-build: running the analyzer from the command line【官方说明文档】
html 在 memleak 文件夹中。
scan-build -o memleak gcc memleak.c -o a.out
/* continue */