Lines Matching full:analyzer
5 <title>Build and Analyze: running the analyzer within Xcode</title>
17 <h1>Build and Analyze: running the analyzer within Xcode</h1>
24 allows users to run the Clang Static Analyzer <a
31 <h3>Can I use the open source analyzer builds with Xcode?</h3>
39 <br><b>Viewing static analyzer results in Xcode</b></center>
45 no experience of using a separate tool, and activating the analyzer requires a
59 <h2>Using open source analyzer builds with <i>Build and Analyze</i></h2>
69 <p>The advantage of using open source analyzer builds (provided on this website)
70 is that they are often newer than the analyzer provided with Xcode, and thus can
75 (for any version of the analyzer) where they encounter false positives or other
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]
96 <p>Operationally, <b>set-xcode-analyzer</b> edits Xcode's configuration files
102 <li><b>--use-checker-build</b>: Switch Xcode to using the <tt>clang</tt> provided by the specified analyzer build.</li>
108 <li>You should quit Xcode prior to running <tt>set-xcode-analyzer</tt>.</li>
109 <li>You will need to run <tt>set-xcode-analyzer</tt> under <b><tt>sudo</tt></b>
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