views:

241

answers:

2

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.

+4  A: 

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.

refulgentis
A: 

Where is the "build and analyze" option in Xcode v3.1.4?

I thought I needed a VERY expensive upgrade of my hardware, OS, and Xcode?

No?

Susanna
Build and Analyze is available on Snow Leopard. It's not supported by Xcode v3.1.4.
Mustafa