]> granicus.if.org Git - clang/commitdiff
cleanup some markup, e.g. & -> &
authorChris Lattner <sabre@nondot.org>
Sun, 9 Dec 2007 08:17:09 +0000 (08:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Dec 2007 08:17:09 +0000 (08:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44734 91177308-0d34-0410-b5e6-96231b3b80d8

www/index.html
www/menu.html.incl

index 85783fe69622ffa42592529f156cdec71882900c..5203cb1356144ef50c997cff435e37b45fed2798 100644 (file)
@@ -1,49 +1,61 @@
 <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->\r
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" \r
+          "http://www.w3.org/TR/html4/strict.dtd">\r
 <html>\r
 <head>\r
-       <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />\r
-       <title>Clang c-lang parser for LLVM</title>\r
-       <link type="text/css" rel="stylesheet" href="menu.css" />\r
-       <link type="text/css" rel="stylesheet" href="content.css" />\r
+  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />\r
+  <title>"clang" C Language Family Frontend for LLVM</title>\r
+  <link type="text/css" rel="stylesheet" href="menu.css" />\r
+  <link type="text/css" rel="stylesheet" href="content.css" />\r
 </head>\r
 <body>\r
-       <!--#include virtual="menu.html.incl"-->\r
-       <div id="content">\r
-               <h1>Clang: a C language front-end for LLVM</h1>\r
-               <h2>About</h2>\r
-               <p>The goal of the Clang project is to create a new <a href="http://llvm.org/svn/llvm-project/cfe/trunk/LICENSE.TXT">BSD Licensed</a> C, C++, & ObjC front-end for the <a href="http://www.llvm.org/">LLVM</a> compiler.\r
-               <br><br>\r
-               <p>In the context of this website, the term Clang actually refers to two things:\r
-               <p>1) A "code name" for the LLVM compiler front-end.\r
-               <p>2) A specific library in the LLVM front-end -- in particular the "driver" that makes all the other libraries work together.\r
-               <br><br>\r
-               <p>The developers of Clang include contributers from Apple and numerous other volunteers.\r
-               <h2>Why?</h2>\r
-               <p>The development of a new front-end was started out of a need -- a need for a compiler that allows better diagnostics, better integration with IDEs, a license that is compatible with commercial products, and a compiler that is easier to develop and maintain.  All of these were motivations for starting work on a new C/C++/ObjC front-end that could meet these needs.\r
-               <p>An excellent introduction to Clang can be found in the following video lectures:\r
-               <ul>\r
-                       <li><a href="clang_video-05-25-2007.html">Clang Introduction</a>\r
-                       <li><a href="clang_video-07-25-2007.html">Features and Performance of Clang</a>\r
-               </ul>\r
-               <h2>Features/Goals</h2>\r
-               Some of the goals for the project include the following:\r
-               <ul>\r
-                       <li>Real-world, production quality compiler.</li>\r
-                       <li>A single unified parser for C/ObjC/C++</li>\r
-                       <li>Language conformance with C, ObjC, C++ (including variants, like C90, C99, etc)</li>\r
-                       <li>GCC compatibility (supports GCC extensions, but allow them to be disabled)</li>\r
-                       <li>Library based architecture with finely crafted C++ APIs</li>\r
-                       <li>High performance</li>\r
-                       <li>Design for integration with IDEs as well as code generation with <a href="http://llvm.org">LLVM</a>.</li>\r
-                       <li><a href="features.html#expressivediags">Expressive diagnostics</a></li>\r
-                       <li>BSD License</li>\r
-               </ul>\r
-               Of course this is only a rough outline of the goals and features of Clang.  To get a true sense of what the new LLVM front-end is all about, as well as why you might want to considering using it, see the <a href="features.html">Features</a> section.\r
-               <h2>Try Clang</h2>\r
-               If you are a compiler developer and want to try out Clang, then build instructions are available on the <a href="get_involved.html#build">Get Involved</a> page.  Note that clang is still early in development.  If you are looking for source analysis or source-to-source transformation tools, clang is probably a great solution for you.  If you want to use it as a drop in C compiler, it is not yet ready.\r
-               <h2>Get Involved</h2>\r
-               If you are interested in working on Clang, then check out the <a href="get_involved.html">Get Involved</a> section.\r
-       </div>\r
+  <!--#include virtual="menu.html.incl"-->\r
+  <div id="content">\r
+  \r
+    <h1>clang: a C language family frontend for LLVM</h1>\r
+    \r
+    <h2>About</h2>\r
+    \r
+    <p>The goal of the Clang project is to create a new <a\r
+    href="http://llvm.org/svn/llvm-project/cfe/trunk/LICENSE.TXT">BSD\r
+    licensed</a> C, C++, &amp; ObjC front-end for the <a \r
+    href="http://www.llvm.org/">LLVM</a> compiler.</p>\r
+    \r
+    <p>In the context of this website, the term Clang actually refers to two \r
+    things:</p>\r
+    \r
+    <ol>\r
+    <li> A "code name" for the LLVM compiler front-end.</li>\r
+    <li> A specific library in the LLVM front-end -- in particular the\r
+        "driver" that makes all the other libraries work together.</li>\r
+    </ol>\r
+\r
+    <p>The developers of Clang include contributers from Apple and numerous other volunteers.\r
+    <h2>Why?</h2>\r
+    <p>The development of a new front-end was started out of a need -- a need for a compiler that allows better diagnostics, better integration with IDEs, a license that is compatible with commercial products, and a compiler that is easier to develop and maintain.  All of these were motivations for starting work on a new C/C++/ObjC front-end that could meet these needs.\r
+    <p>An excellent introduction to Clang can be found in the following video lectures:\r
+    <ul>\r
+      <li><a href="clang_video-05-25-2007.html">Clang Introduction</a>\r
+      <li><a href="clang_video-07-25-2007.html">Features and Performance of Clang</a>\r
+    </ul>\r
+    <h2>Features/Goals</h2>\r
+    Some of the goals for the project include the following:\r
+    <ul>\r
+      <li>Real-world, production quality compiler.</li>\r
+      <li>A single unified parser for C/ObjC/C++</li>\r
+      <li>Language conformance with C, ObjC, C++ (including variants, like C90, C99, etc)</li>\r
+      <li>GCC compatibility (supports GCC extensions, but allow them to be disabled)</li>\r
+      <li>Library based architecture with finely crafted C++ APIs</li>\r
+      <li>High performance</li>\r
+      <li>Design for integration with IDEs as well as code generation with <a href="http://llvm.org">LLVM</a>.</li>\r
+      <li><a href="features.html#expressivediags">Expressive diagnostics</a></li>\r
+      <li>BSD License</li>\r
+    </ul>\r
+    Of course this is only a rough outline of the goals and features of Clang.  To get a true sense of what the new LLVM front-end is all about, as well as why you might want to considering using it, see the <a href="features.html">Features</a> section.\r
+    <h2>Try Clang</h2>\r
+    If you are a compiler developer and want to try out Clang, then build instructions are available on the <a href="get_involved.html#build">Get Involved</a> page.  Note that clang is still early in development.  If you are looking for source analysis or source-to-source transformation tools, clang is probably a great solution for you.  If you want to use it as a drop in C compiler, it is not yet ready.\r
+    <h2>Get Involved</h2>\r
+    If you are interested in working on Clang, then check out the <a href="get_involved.html">Get Involved</a> section.\r
+  </div>\r
 </body>\r
 </html>
\ No newline at end of file
index 75df0623e659338fc4564c9bb58f43018f265c97..342114334695df44b8d3722216a706cc709e46b2 100644 (file)
@@ -4,7 +4,7 @@ HTML 4.01 specs: http://www.w3.org/TR/html401/
 -->\r
        <div id="menu">\r
                <div id="main_menu">\r
-                       <a href="http://www.llvm.org/">LLVM Home</a>\r
+                       <a href="http://www.llvm.org/">LLVM Home</a><br>\r
                        <label>Clang Info</label>\r
                        <a href="index.html">About</a>\r
                        <a href="features.html">Features</a>\r
@@ -24,4 +24,4 @@ HTML 4.01 specs: http://www.w3.org/TR/html401/
                        <a href="http://llvm.org/bugs/">Bug Reports</a>\r
                        <a href="http://llvm.org/svn/llvm-project/cfe/trunk/">Browse Source</a>\r
                </div>\r
-       </div>
\ No newline at end of file
+       </div>\r