summaryrefslogtreecommitdiffstats
path: root/www/index.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-10 05:20:47 +0000
committerChris Lattner <sabre@nondot.org>2007-12-10 05:20:47 +0000
commitce90ba689a7367fd0ceffc44754f373405010520 (patch)
tree60ac0c7758bd7675a66a17cb37273b167a85ae30 /www/index.html
parent7ee5cb329e72d07327178d121ec765b390224c2d (diff)
don't duplicate goals on the features page.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index ee212f61a1..417e89ba6c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -31,10 +31,10 @@
disabled.</li>
<li><a href="features.html#performance">High performance and low memory
use</a>.</li>
- <li>Build a library-based architecture with finely crafted APIs, allowing
- the code to be reused in many ways.</li>
<li>Support many clients such as refactoring, static analysis, as well as
code generation.</li>
+ <li>Build a library-based architecture with finely crafted APIs, allowing
+ the code to be reused in many ways.</li>
<li>Design for integration with IDEs as well as code generation with the
<a href="http://llvm.org">LLVM Optimizer and Code Generator</a>.</li>
<li><a href="features.html#expressivediags">Expressive diagnostics</a>:
@@ -42,6 +42,9 @@
<li>Use the LLVM <a
href="http://llvm.org/svn/llvm-project/cfe/trunk/LICENSE.TXT">'BSD'
License</a>.</li>
+ <li>Finally, make the code clean and simple enough to make it understandable
+ to anyone who knows the languages involved and has a basic idea of
+ compilers work.</li>
</ul>
<p>Of course this is only a rough outline of the goals and features of