From: Jordan Rose Date: Fri, 18 Sep 2015 16:12:16 +0000 (+0000) Subject: [analyzer] Update links to developer.apple.com. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56e9fed481dc1e461c4f1d4de56b1a9e44cb9e04;p=clang [analyzer] Update links to developer.apple.com. The content at the new links is /also/ a little dated, but that's our (Apple's) problem. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247999 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html index 28723e64eb..04e93232a6 100644 --- a/www/analyzer/scan-build.html +++ b/www/analyzer/scan-build.html @@ -309,11 +309,11 @@ steps they need to take (e.g., setup code signing).

Recommendation: use "Build and Analyze"

-

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.

Using open source analyzer builds with Xcode