Lint for Objective-C? [duplicate]

霸气de小男生 提交于 2019-12-21 07:05:05

问题


Possible Duplicate:
Code linting for Objective C

Is there any lint tool for Objective-c?


回答1:


Xcode includes the Clang static analyzer, labeled as Build and Analyze (simply Analyze under Xcode 4).
http://clang-analyzer.llvm.org/xcode.html

Edit:

OCLint, based on Clang, provides additional checks of code style and complexity.
http://oclint.org



来源:https://stackoverflow.com/questions/3926842/lint-for-objective-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!