[cfe-commits] r53808 - /cfe/trunk/www/StaticAnalysisUsage.html

Chris Lattner sabre at nondot.org
Sat Jul 19 21:22:07 PDT 2008


Author: lattner
Date: Sat Jul 19 23:22:06 2008
New Revision: 53808

URL: http://llvm.org/viewvc/llvm-project?rev=53808&view=rev
Log:
Add a space, ted apparently has philosophical problems with spaces ;-)

Modified:
    cfe/trunk/www/StaticAnalysisUsage.html

Modified: cfe/trunk/www/StaticAnalysisUsage.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/StaticAnalysisUsage.html?rev=53808&r1=53807&r2=53808&view=diff

==============================================================================
--- cfe/trunk/www/StaticAnalysisUsage.html (original)
+++ cfe/trunk/www/StaticAnalysisUsage.html Sat Jul 19 23:22:06 2008
@@ -92,7 +92,7 @@
 </pre>
 
 <p> In the first case <tt>scan-build</tt> analyzes the code of a project built
-with <tt>make</tt>, andin the second case <tt>scan-build</tt> analyzes a project
+with <tt>make</tt>, and in the second case <tt>scan-build</tt> analyzes a project
 built using <tt>xcodebuild</tt>. In general, the format is: </p>
 
 <pre>
@@ -100,7 +100,7 @@
 </pre>
 
 <p> Operationally, <tt>scan-build</tt> literally runs <command> with all of the
-subsequent options passed to it. For example</p>
+subsequent options passed to it. For example:</p>
 
 <pre>
    $ scan-build make <b>-j4</b>
@@ -225,7 +225,7 @@
 output of <tt>scan-build</tt> to a text file (make sure to redirect standard
 error) is useful for filing bug reports against <tt>scan-build</tt> or the
 analyzer, as we can see the exact options (and files) passed to the analyzer.
-For more comprehendible logs, don't perform a parallel build.</p>
+For more comprehensible logs, don't perform a parallel build.</p>
 
 <h2 id="Debugging">Debugging the Analyzer</h2>
 





More information about the cfe-commits mailing list