Xcode 3.1.4 中内置分析器
I wonder if the built in Analyzer in Xcode 3.1.4 makes it redundant to use LLVM/Clang Static Analyzer separately?
Please refer to the original article here: Finding memory leaks with the LLVM/Clang Static Analyzer
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正确的。 (假设 3.1.4 中有“构建和分析”选项,我认为它只适用于 Snow Leopard)。
当然,直接从 LLVM 提供的构建版本比 Xcode 的版本更新,因此它们可能修复了当前使用 Xcode 打包的版本可能存在的一些问题。然而,静态分析器已经相当成熟,所以您可能不会错过太多东西。
Correct. (assuming there's a Build and Analyze option in 3.1.4, I thought it only made it to Snow Leopard).
Of course, the builds available directly from LLVM are newer than the ones with Xcode, so they probably fix some issues that may exist with the one currently packaged with Xcode. However, the static analyzer is pretty darn mature already, so you're probably not missing out on much.