适用于 xcode 的 Clang 静态分析器(傻瓜版)
有人可以帮我启动并运行 Clang 吗? (我没有 3.2)
我已经遵循了许多教程(基本上此页面上的每个链接 在 XCode 中使用 Clang 静态分析器),但我就是无法让它工作!
到目前为止,我唯一成功做的就是下载 clang!咕噜……配音粉碎!
请记住,我以前从未编写过苹果脚本。
我的桌面上有 clang
Could somebody please help me get Clang up and running? (I don't have 3.2)
I've followed numerous tutorials (basically every link off of this page Using Clang Static Analyzer from within XCode) but I just cant get it to work!
The only thing I've managed to do successfully so far is download clang! Grrrr .... dubbeat smash!
Bear in mind I've never written an apple script before.
I have clang on my desktop
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
最简单的方法是更新到 Xcode 3.2.1 - 使用 clang 就变得很简单 - 无需安装或配置 - 只需在项目设置中将编译器设置为 Clang LLVM 1.0 即可。
The easiest way is to just update to Xcode 3.2.1 - using clang then becomes a no-brainer - nothing to install or configure - just set the compiler to Clang LLVM 1.0 in the project settings.
我不使用 Clang 静态分析器,但 XCode 3.2 中有内置静态分析:
http://developer.apple.com/mac/library/featuredarticles/StaticAnalysis/index.html
I don't user the Clang Static Analyzer but there's a built in static analysis in XCode 3.2:
http://developer.apple.com/mac/library/featuredarticles/StaticAnalysis/index.html
使用 XCode 中捆绑的版本,或者在 https://clang-analyzer.llvm.org 下载更新版本/ 然后在 https://clang-analyzer.llvm.org 上查看一些其他说明/xcode.html 将 XCode 切换到该下载的版本。
您链接的问题已经很老了,信息也已经过时,我不会再过多提及它。
Either use the version bundled in XCode, or download a newer version at https://clang-analyzer.llvm.org/ then see some additional instructions at https://clang-analyzer.llvm.org/xcode.html to switch XCode to that downloaded version.
The question you've linked is quite old and the information is out-of-date, I would not refer to it much, any more.