minor edits.

llvm-svn: 44801
This commit is contained in:
Chris Lattner 2007-12-10 18:56:37 +00:00
parent b3ae8d7dc2
commit 456078d50d
2 changed files with 5 additions and 5 deletions

View File

@ -346,12 +346,12 @@ Description</a> for more information.</p>
<!--=======================================================================-->
<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

View File

@ -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>