[cfe-commits] r52384 - /cfe/trunk/www/features.html
Ted Kremenek
kremenek at apple.com
Mon Jun 16 23:35:36 PDT 2008
Author: kremenek
Date: Tue Jun 17 01:35:36 2008
New Revision: 52384
URL: http://llvm.org/viewvc/llvm-project?rev=52384&view=rev
Log:
Convert <h2> -> <h3>. <h1> -> <h2> (more consistent with other pages)
Modified:
cfe/trunk/www/features.html
Modified: cfe/trunk/www/features.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/features.html?rev=52384&r1=52383&r2=52384&view=diff
==============================================================================
--- cfe/trunk/www/features.html (original)
+++ cfe/trunk/www/features.html Tue Jun 17 01:35:36 2008
@@ -54,12 +54,12 @@
</ul>
<!--*************************************************************************-->
-<h1><a name="enduser">End-User Features</a></h1>
+<h2><a name="enduser">End-User Features</a></h2>
<!--*************************************************************************-->
<!--=======================================================================-->
-<h2><a name="performance">Fast compiles and Low Memory Use</a></h2>
+<h3><a name="performance">Fast compiles and Low Memory Use</a></h3>
<!--=======================================================================-->
<p>A major focus of our work on clang is to make it fast, light and scalable.
@@ -130,7 +130,7 @@
<!--=======================================================================-->
-<h2><a name="expressivediags">Expressive Diagnostics</a></h2>
+<h3><a name="expressivediags">Expressive Diagnostics</a></h3>
<!--=======================================================================-->
<p>Clang is designed to efficiently capture range information for expressions
@@ -162,7 +162,7 @@
"<tt>float __attribute__((__vector_size__(16)))</tt>").</p>
<!--=======================================================================-->
-<h2><a name="gcccompat">GCC Compatibility</a></h2>
+<h3><a name="gcccompat">GCC Compatibility</a></h3>
<!--=======================================================================-->
<p>GCC is currently the defacto-standard open source compiler today, and it
@@ -183,11 +183,11 @@
<!--*************************************************************************-->
-<h1><a name="applications">Utility and Applications</a></h1>
+<h2><a name="applications">Utility and Applications</a></h2>
<!--*************************************************************************-->
<!--=======================================================================-->
-<h2><a name="libraryarch">Library Based Architecture</a></h2>
+<h3><a name="libraryarch">Library Based Architecture</a></h3>
<!--=======================================================================-->
<p>A major design concept for clang is its use of a library-based
@@ -245,7 +245,7 @@
clang Internals Manual</a>.</p>
<!--=======================================================================-->
-<h2><a name="diverseclients">Support Diverse Clients</a></h2>
+<h3><a name="diverseclients">Support Diverse Clients</a></h3>
<!--=======================================================================-->
<p>Clang is designed and built with many grand plans for how we can use it. The
@@ -292,7 +292,7 @@
when we realize we made a mistake.</p>
<!--=======================================================================-->
-<h2><a name="ideintegration">Integration with IDEs</h2>
+<h3><a name="ideintegration">Integration with IDEs</h3>
<!--=======================================================================-->
<p>
@@ -319,7 +319,7 @@
<!--=======================================================================-->
-<h2><a name="license">Use the LLVM 'BSD' License</a></h2>
+<h3><a name="license">Use the LLVM 'BSD' License</a></h3>
<!--=======================================================================-->
<p>We actively indend for clang (and a LLVM as a whole) to be used for
@@ -338,11 +338,11 @@
<!--*************************************************************************-->
-<h1><a name="design">Internal Design and Implementation</a></h1>
+<h2><a name="design">Internal Design and Implementation</a></h2>
<!--*************************************************************************-->
<!--=======================================================================-->
-<h2><a name="real">A real-world, production quality compiler</a></h2>
+<h3><a name="real">A real-world, production quality compiler</a></h3>
<!--=======================================================================-->
<p>
@@ -360,7 +360,7 @@
reality.</p>
<!--=======================================================================-->
-<h2><a name="simplecode">A simple and hackable code base</a></h2>
+<h3><a name="simplecode">A simple and hackable code base</a></h3>
<!--=======================================================================-->
<p>Our goal is to make it possible for anyone with a basic understanding
@@ -377,8 +377,8 @@
and see how it is represented.</p>
<!--=======================================================================-->
-<h2><a name="unifiedparser">A single unified parser for C, Objective C, C++,
-and Objective C++</a></h2>
+<h3><a name="unifiedparser">A single unified parser for C, Objective C, C++,
+and Objective C++</a></h3>
<!--=======================================================================-->
<p>Clang is the "C Language Family Front-end", which means we intend to support
@@ -394,8 +394,8 @@
parser which must be bugfixed and maintained independently of each other.</p>
<!--=======================================================================-->
-<h2><a name="conformance">Conformance with C/C++/ObjC and their
- variants</a></h2>
+<h3><a name="conformance">Conformance with C/C++/ObjC and their
+ variants</a></h3>
<!--=======================================================================-->
<p>When you start work on implementing a language, you find out that there is a
More information about the cfe-commits
mailing list