Lines Matching full:build
20 href="/scan-build.html">instructions</a> on using <tt>scan-build</tt> to
28 <p>Builds are released frequently. Often the differences between build
31 builds, especially if the build you are using is more than a couple
34 <p>The latest build is:
47 <p>To use a package build, simply unpack it anywhere. If the build
60 <li><b>scan-build</b>: <tt>scan-build</tt> is the high-level command line utility for running the a…
62 utility to <tt>scan-build</tt>, <tt>scan-view</tt> is used to view
63 analysis results generated by <tt>scan-build</tt>. There is an option
64 that one can pass to <tt>scan-build</tt> to cause <tt>scan-view</tt> to
65 run as soon as it the analysis of a build completes</li>
68 <h4>Running scan-build</h4>
70 <p>For specific details on using <tt>scan-build</tt>, please see
71 <tt>scan-build</tt>'s <a href="/scan-build">documentation</a>.</p>
73 <p>To run <tt>scan-build</tt>, either add the
75 path for <tt>scan-build</tt> when running it. It is also possible to use
76 a symbolic link to <tt>scan-build</tt>, such one located in a directory
77 in your path. When <tt>scan-build</tt> runs it will automatically
82 <p>For other platforms, you must build Clang and LLVM manually. To do
84 href="https://clang.llvm.org/get_started.html#build">building Clang from
93 <p>For example, if you built a <em>Debug+Asserts</em> build of LLVM/Clang (the
100 <li>The locations of the <tt>scan-build</tt> and <tt>scan-view</tt>