forked from OSchip/llvm-project
parent
b3ae8d7dc2
commit
456078d50d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue