diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-13 05:42:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-13 05:42:27 +0000 |
commit | de9a4f5b80fd479ecb55092c89d36c6ea75369fe (patch) | |
tree | 1319ee4e3b29fcc12c97251cbe8c66a68cd4039e /www/features.html | |
parent | 81a56ec2620e40694e63bbac2ee11a21bd6b9240 (diff) |
wrap to 80 cols, many fixes to markup.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44985 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/features.html')
-rw-r--r-- | www/features.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/features.html b/www/features.html index 4e2efdf738..477032fb44 100644 --- a/www/features.html +++ b/www/features.html @@ -28,7 +28,7 @@ These features are: <p>End-User Features:</p> <ul> -<li><a href="#performance">High performance and low memory use</a></li> +<li><a href="#performance">Fast compiles and low memory use</a></li> <li><a href="#expressivediags">Expressive diagnostics</a></li> <li><a href="#gcccompat">GCC compatibility</a></li> </ul> @@ -59,7 +59,7 @@ These features are: <!--=======================================================================--> -<h2><a name="performance">High Performance and Low Memory Use</a></h2> +<h2><a name="performance">Fast compiles and Low Memory Use</a></h2> <!--=======================================================================--> <p>A major focus of our work on clang is to make it fast, light and scalable. |