Xcode 3.1.4 中内置分析器

发布于 2024-08-09 13:39:04 字数 262 浏览 2 评论 0原文

我想知道 Xcode 3.1.4 中内置的分析器是否使单独使用 LLVM/Clang 静态分析器变得多余?

请参阅此处的原始文章: 使用 LLVM/Clang 静态分析器查找内存泄漏

谢谢。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少女净妖师 2024-08-16 13:39:04

正确的。 (假设 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文