diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-10 18:56:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-10 18:56:37 +0000 |
commit | cddb2af0c1d21288ff0b55a854e46d648c8ae12e (patch) | |
tree | b20d2cb59975327b65b66a9095ac7d8509ae4b8e | |
parent | 9418d31bbf56cd6442b86cc9f621a6d9e3173ef1 (diff) |
minor edits.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44801 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/features.html | 4 | ||||
-rw-r--r-- | www/index.html | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/features.html b/www/features.html index 718a1e877e..4e2efdf738 100644 --- a/www/features.html +++ b/www/features.html @@ -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 diff --git a/www/index.html b/www/index.html index aa5af8db74..e7b011a31e 100644 --- a/www/index.html +++ b/www/index.html @@ -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>
|