Lines Matching +full:build +full:- +full:static +full:- +full:rel
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
6 <link type="text/css" rel="stylesheet" href="content.css">
7 <link type="text/css" rel="stylesheet" href="menu.css">
13 <!--#include virtual="menu.html.incl"-->
18 <table style="margin-top:0px" width="100%" border="0" cellpadding="0px" cellspacing="0">
23 <p>Since Xcode 3.2, users have been able to run the Clang Static Analyzer
25 …apple.com/library/ios/recipes/xcode_help-source_editor/chapters/Analyze.html#//apple_ref/doc/uid/T…
28 <p>It integrates directly with the Xcode build system and
36 <td style="padding-left:10px; text-align:center">
38 <br><b>Viewing static analyzer results in Xcode</b>
47 <li><b>Cons:</b> Doesn't work well with non-Xcode projects. For those,
48 consider using <a href="scan-build.html"><b>scan-build</b></a>.
57 …apple.com/library/ios/recipes/xcode_help-source_editor/chapters/Analyze.html#//apple_ref/doc/uid/T…
78 <h3>set-xcode-analyzer</h3>
80 <p>Starting with analyzer build checker-234, analyzer builds contain a command
81 line utility called <tt>set-xcode-analyzer</tt> that allows users to change what
85 $ <b>set-xcode-analyzer -h</b>
86 Usage: set-xcode-analyzer [options]
89 -h, --help show this help message and exit
90 --use-checker-build=PATH
92 e.g. /Users/foo/checker-1
93 --use-xcode-clang Use the Clang bundled with Xcode
96 <p>Operationally, <b>set-xcode-analyzer</b> edits Xcode's configuration files
97 to point it to use the version of <tt>clang</tt> you specify for static
101 …<li><b>--use-xcode-clang</b>: Switch Xcode (back) to using the <tt>clang</tt> that came bundled wi…
102 …<li><b>--use-checker-build</b>: Switch Xcode to using the <tt>clang</tt> provided by the specified…
108 …should quit Xcode prior to running <tt>set-xcode-analyzer</tt>.</li> <li>You will need to run <…
115 <p><b>Example 1</b>: Telling Xcode to use checker-235:</p>
120 $ tar xjf checker-235.tar.bz2
121 $ sudo checker-235/set-xcode-analyzer --use-checker-build=/tmp/checker-235
124 <p>Note that you typically won't install an analyzer build in <tt>/tmp</tt>, but
125 the point of this example is that <tt>set-xcode-analyzer</tt> just wants a full
126 path to an untarred analyzer build.</p>
131 $ sudo set-xcode-analyzer --use-checker-build=~/mycrazyclangbuild/bin/clang
137 $ sudo set-xcode-analyzer --use-xcode-clang