[cfe-commits] r44801 - in /cfe/trunk/www: features.html index.html

Chris Lattner sabre at nondot.org
Mon Dec 10 10:56:37 PST 2007


Author: lattner
Date: Mon Dec 10 12:56:37 2007
New Revision: 44801

URL: http://llvm.org/viewvc/llvm-project?rev=44801&view=rev
Log:
minor edits.

Modified:
    cfe/trunk/www/features.html
    cfe/trunk/www/index.html

Modified: cfe/trunk/www/features.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/features.html?rev=44801&r1=44800&r2=44801&view=diff

==============================================================================
--- cfe/trunk/www/features.html (original)
+++ cfe/trunk/www/features.html Mon Dec 10 12:56:37 2007
@@ -346,12 +346,12 @@
 <!--=======================================================================-->
 
 <p>
-Clang is designed and built by experienced commercial compiler developers who
+Clang is designed and built by experienced compiler developers who
 are increasingly frustrated with the problems that <a 
 href="comparison.html">existing open source compilers</a> have.  Clang is
 carefully and thoughtfully designed and built to provide the foundation of a
 whole new generation of C/C++/Objective C development tools, and we intend for
-it to be commercial quality.</p>
+it to be production quality.</p>
 
 <p>Being a production quality compiler means many things: it means being high
 performance, being solid and (relatively) bug free, and it means eventually

Modified: cfe/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html?rev=44801&r1=44800&r2=44801&view=diff

==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Mon Dec 10 12:56:37 2007
@@ -37,9 +37,9 @@
      Applications</a></b>:</p>
 
   <ul>
-  <li>Library based architecture</li>
-  <li>Support diverse clients</li>
-  <li>Integration with IDEs</li>
+  <li>Modular library based architecture</li>
+  <li>Support diverse clients (refactoring, static analysis, code generation, etc)</li>
+  <li>Allow tight integration with IDEs</li>
   <li>Use the LLVM 'BSD' License</li>
   </ul>
 





More information about the cfe-commits mailing list