《代码分析工具》合集
测试时间:2025.03.02
动态静态的区别在于是否需要运行程序。静态分析就是扫描代码,动态分析程序运行过程中的问题,两者各有所长。
名称 | 类型 | 平台 | 状态 | 备注 |
---|---|---|---|---|
clang-tidy | 静态 | Linux/Windows | 更新中 | |
cppcheck | 静态 | Linux/Windows | 更新中 | |
vld | 动态 | Windows | 停更 | 有非官方维护版 |
Valgrind | 动态 | Linux | 更新中 |
《代码分析工具》合集
https://blog.jackeylea.com/cpp/collections-of-code-analyze-tool/