vote up 1 vote down star

Hi all,

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.

flag

61% accept rate

1 Answer

vote up 3 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.