cleanup some markup, e.g. & -> &

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44734 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-12-09 08:17:09 +00:00
Родитель b3de9e798c
Коммит 29754e6c11
2 изменённых файлов: 56 добавлений и 44 удалений

Просмотреть файл

@ -1,23 +1,35 @@
<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Clang c-lang parser for LLVM</title>
<title>"clang" C Language Family Frontend for LLVM</title>
<link type="text/css" rel="stylesheet" href="menu.css" />
<link type="text/css" rel="stylesheet" href="content.css" />
</head>
<body>
<!--#include virtual="menu.html.incl"-->
<div id="content">
<h1>Clang: a C language front-end for LLVM</h1>
<h1>clang: a C language family frontend for LLVM</h1>
<h2>About</h2>
<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.
<br><br>
<p>In the context of this website, the term Clang actually refers to two things:
<p>1) A "code name" for the LLVM compiler front-end.
<p>2) A specific library in the LLVM front-end -- in particular the "driver" that makes all the other libraries work together.
<br><br>
<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++, &amp; ObjC front-end for the <a
href="http://www.llvm.org/">LLVM</a> compiler.</p>
<p>In the context of this website, the term Clang actually refers to two
things:</p>
<ol>
<li> A "code name" for the LLVM compiler front-end.</li>
<li> A specific library in the LLVM front-end -- in particular the
"driver" that makes all the other libraries work together.</li>
</ol>
<p>The developers of Clang include contributers from Apple and numerous other volunteers.
<h2>Why?</h2>
<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.

Просмотреть файл

@ -4,7 +4,7 @@ HTML 4.01 specs: http://www.w3.org/TR/html401/
-->
<div id="menu">
<div id="main_menu">
<a href="http://www.llvm.org/">LLVM Home</a>
<a href="http://www.llvm.org/">LLVM Home</a><br>
<label>Clang Info</label>
<a href="index.html">About</a>
<a href="features.html">Features</a>