Clang-LLVM 适用于 iPhone 吗?
我目前正在使用 Xcode 3.2.1 来学习 iPhone SDK,并且想知道是否可以使用 Clang-LLVM 和静态分析器来帮助调试我的代码。目前我正在使用默认模板,但是在项目>设置中交换编译器会在编译模拟器时出现错误。这可能吗?
加里
I am currently using Xcode 3.2.1 for learning the iPhone SDK and was wondering if its possible to use the Clang-LLVM and the static-analyser to aid in debugging my code. Currently I am using the default templates, but swapping the compiler in project>settings gives me errors when compiling for the simulator. Is this possible?
gary
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,也不是。
您可以在 Objective-C 代码上使用 Clang 静态分析器(通过“构建和分析”菜单项),但不能使用 clang 或 llvm-gcc4.2 来构建应用程序。
Yes and no.
You can use the Clang static analyzer on your Objective-C code (with the Build and Analyze menu item), but you cannot use clang or llvm-gcc4.2 to build an application.