Lines Matching full:clang
24 allows users to run the Clang Static Analyzer <a
61 <p>By default, Xcode uses the version of <tt>clang</tt> that came bundled with
63 Xcode's behavior to use an alternate version of <tt>clang</tt> for this purpose
64 while continuing to use the <tt>clang</tt> that came with Xcode for compiling
82 copy of <tt>clang</tt> that Xcode uses for <i>Build and Analyze</i>:</p>
91 Use the Clang located at the provided absolute path,
93 --use-xcode-clang Use the Clang bundled with Xcode
97 (in <tt>/Developer</tt>) to point it to use the version of <tt>clang</tt> you
101 <li><b>--use-xcode-clang</b>: Switch Xcode (back) to using the <tt>clang</tt> that came bundled with it for static analysis.</li>
102 <li><b>--use-checker-build</b>: Switch Xcode to using the <tt>clang</tt> provided by the specified analyzer build.</li>
128 <p><b>Example 2</b>: Telling Xcode to use a very specific version of <tt>clang</tt>:</p>
131 $ sudo set-xcode-analyzer --use-checker-build=~/mycrazyclangbuild/bin/clang
137 $ sudo set-xcode-analyzer --use-xcode-clang