]> granicus.if.org Git - clang/commitdiff
[analyzer] Update links to developer.apple.com.
authorJordan Rose <jordan_rose@apple.com>
Fri, 18 Sep 2015 16:12:16 +0000 (16:12 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 18 Sep 2015 16:12:16 +0000 (16:12 +0000)
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

www/analyzer/scan-build.html
www/analyzer/xcode.html

index 28723e64eb8001e748723c2a0cc02bb90816b711..04e93232a6b3b5d731c0b140fb4e5e899b3eb53f 100644 (file)
@@ -309,11 +309,11 @@ steps they need to take (e.g., setup code signing).</p>
 
 <h3>Recommendation: use &quot;Build and Analyze&quot;</h3>
 
-<p>The absolute easiest way to analyze iPhone projects is to use the <a
-href="http://developer.apple.com/mac/library/featuredarticles/StaticAnalysis/index.html"><i>Build
-and Analyze</i> feature in Xcode 3.2</a> (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.</p>
+<p>The absolute easiest way to analyze iPhone projects is to use the
+<a href="https://developer.apple.com/library/ios/recipes/xcode_help-source_editor/chapters/Analyze.html#//apple_ref/doc/uid/TP40009975-CH4-SW1"><i>Analyze</i>
+feature in Xcode</a> (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.</p>
 
 <p><a href="/xcode.html">Instructions are available</a> on this
 website on how to use open source builds of the analyzer as a replacement for
index e01f32b55ca852afde630f66dc8031648986130e..8ccae81898d59a4eed3368b3ecc52c8b51ac66c4 100644 (file)
@@ -22,7 +22,7 @@
 
 <p>Since Xcode 3.2, users have been able to run the Clang Static Analyzer
 <a
-href="https://developer.apple.com/library/mac/documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/060-Debug_Your_App/debug_app.html#//apple_ref/doc/uid/TP40010215-CH3-SW17">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</a>.</p>
 
 <p>It integrates directly with the Xcode build system and
@@ -54,7 +54,7 @@ presents analysis results directly within Xcode's editor.</p>
 <p>Xcode is available as a free download from Apple on the <a
 href="https://itunes.apple.com/us/app/xcode/id497799835?mt=12">Mac
 App Store</a>, with <a 
-href="https://developer.apple.com/library/mac/documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/060-Debug_Your_App/debug_app.html#//apple_ref/doc/uid/TP40010215-CH3-SW17">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</a> for using the analyzer.</p>
 
 <h2>Using open source analyzer builds with Xcode</h2>