[llvm-commits] [www] r103573 - /www/trunk/index.html

Chris Lattner sabre at nondot.org
Tue May 11 22:04:14 PDT 2010


Author: lattner
Date: Wed May 12 00:04:14 2010
New Revision: 103573

URL: http://llvm.org/viewvc/llvm-project?rev=103573&view=rev
Log:
wordsmith

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=103573&r1=103572&r2=103573&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Wed May 12 00:04:14 2010
@@ -41,9 +41,9 @@
     href="http://clang.llvm.org/diagnostics.html">error and warning messages</a>
     and to provide a platform for building great source level tools.  The
     <a href="http://clang-analyzer.llvm.org/">Clang Static Analyzer</a> is a
-    tool built on Clang that automatically finds bugs in your code, and it is a
-    great example of the sort of tool that can be built using the Clang
-    frontend as a library to parse C/C++ code.</p></li>
+    tool automatically finds bugs in your code, and is a great example of the
+    sort of tool that can be built using the Clang frontend as a library to
+    parse C/C++ code.</p></li>
     
 <li><p><b><a href="docs/CommandGuide/html/llvmgcc.html">llvm-gcc 4.2</a></b> and
     <b><a href="http://dragonegg.llvm.org">dragonegg</a></b> integrate the LLVM





More information about the llvm-commits mailing list