From: Chris Lattner Date: Mon, 10 Dec 2007 05:20:47 +0000 (+0000) Subject: don't duplicate goals on the features page. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce90ba689a7367fd0ceffc44754f373405010520;p=clang 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 --- diff --git a/www/content.css b/www/content.css index e7d44a6066..23244358d2 100644 --- a/www/content.css +++ b/www/content.css @@ -10,13 +10,6 @@ table,tr,td { padding:.4ex; } -.li_desc, .li_weak_desc { /* layout + formatting */ - margin: 0 3ex; - font-size:.9em; -} -.li_weak_desc { /* color */ - color:rgb(100,100,100); -} .weak_txt { font-size:.9em; color:rgb(100,100,100); diff --git a/www/features.html b/www/features.html index bcd758951e..316ec9fcf5 100644 --- a/www/features.html +++ b/www/features.html @@ -1,52 +1,29 @@ - - - + - - Clang - Features - - - + +
-

Features of Clang

-

-This page outlines the main goals of Clang, as well as some compelling reasons why you should consider using Clang. In the Goals section below, you will find a brief, bulleted overview of the goals and features that we are striving for in the development of Clang. However, in the Key Features section you will find a more detailed presentation on what we believe are some key drawing points for the Clang front-end.

-

If you are new to the Clang front-end and you want a reason for considering working on or using the new front-end, then make sure you check out the Key Features section.

+

Features of Clang

+

+ This page outlines the main goals of Clang, as well as some compelling reasons + why you should consider using Clang. In the Goals section below, you will find + a brief, bulleted overview of the goals and features that we are striving for + in the development of Clang. However, in the Key + Features section you will find a more detailed presentation on what we + believe are some key drawing points for the Clang front-end.

-

Goals

-

Key Features

There are several key features which we believe make Clang an exciting front-end. These features are designed to make things easier for both the compiler developer (people working on Clang and derivative products) and the application developer (those who use Clang/LLVM). 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