From ce90ba689a7367fd0ceffc44754f373405010520 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 10 Dec 2007 05:20:47 +0000 Subject: 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 --- www/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'www/index.html') 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.
  • High performance and low memory use.
  • -
  • Build a library-based architecture with finely crafted APIs, allowing - the code to be reused in many ways.
  • Support many clients such as refactoring, static analysis, as well as code generation.
  • +
  • Build a library-based architecture with finely crafted APIs, allowing + the code to be reused in many ways.
  • Design for integration with IDEs as well as code generation with the LLVM Optimizer and Code Generator.
  • Expressive diagnostics: @@ -42,6 +42,9 @@
  • Use the LLVM 'BSD' License.
  • +
  • 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.
  • Of course this is only a rough outline of the goals and features of -- cgit v1.2.3