From: Jordan Rose
The absolute easiest way to analyze iPhone projects is to use the Build -and Analyze feature in Xcode 3.2 (which is based on the Clang Static -Analyzer). There a user can analyze their project with the click of a button -without most of the setup described later.
+The absolute easiest way to analyze iPhone projects is to use the +Analyze +feature in Xcode (which is based on the Clang Static Analyzer). There a +user can analyze their project right from a menu without most of the setup +described later.
Instructions are available on this website on how to use open source builds of the analyzer as a replacement for diff --git a/www/analyzer/xcode.html b/www/analyzer/xcode.html index e01f32b55c..8ccae81898 100644 --- a/www/analyzer/xcode.html +++ b/www/analyzer/xcode.html @@ -22,7 +22,7 @@
Since Xcode 3.2, users have been able to run the Clang Static Analyzer directly +href="https://developer.apple.com/library/ios/recipes/xcode_help-source_editor/chapters/Analyze.html#//apple_ref/doc/uid/TP40009975-CH4-SW1">directly within Xcode.
It integrates directly with the Xcode build system and @@ -54,7 +54,7 @@ presents analysis results directly within Xcode's editor.
Xcode is available as a free download from Apple on the Mac App Store, with instructions +href="https://developer.apple.com/library/ios/recipes/xcode_help-source_editor/chapters/Analyze.html#//apple_ref/doc/uid/TP40009975-CH4-SW1">instructions available for using the analyzer.