开发者

what is xcode 3.2.3 analyzer version?

开发者 https://www.devze.com 2023-01-12 06:50 出处:网络
HI, I 开发者_开发问答am using Xcode3.2.3. i want to know that what is the build version of clang-analyzer that Xcode is using ???

HI,

I 开发者_开发问答am using Xcode3.2.3. i want to know that what is the build version of clang-analyzer that Xcode is using ???

the current clang-analyzer build version is 247.


Static analysis is done by running /Developer/usr/bin/clang with the --analyze flag set. So you can pop open Terminal and run /Developer/usr/bin/clang --version.

On my machine, this prints:

Mephistopheles:bin dave$ clang --version
Apple clang version 1.5 (tags/Apple/clang-60)
Target: x86_64-apple-darwin10
Thread model: posix
0

精彩评论

暂无评论...
验证码 换一张
取 消