blob: e4c6ce99080a32afb413c23da5ff0e5ca7c22b77 [file] [log] [blame]
<!-- 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">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Status of Clang</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>Status of Clang</h1>
Here is a rundown of the current status of Clang as of September 2007.
<h2>By Language:</h2>
<table>
<tr>
<td>C</td>
<td>Basic Status</td>
</tr>
<tr>
<td colspan="2">
<ul class="simple_list">
<li>Add some notes here.
<li>Add some notes here.
</ul>
</td>
</tr>
<tr>
<td>Obj C</td>
<td>Basic Status</td>
</tr>
<tr>
<td colspan="2">
<ul class="simple_list">
<li>Add some notes here.
<li>Add some notes here.
</ul>
</td>
</tr>
<tr>
<td>C++</td>
<td>Basic Status</td>
</tr>
<tr>
<td colspan="2">
<ul class="simple_list">
<li>Add some notes here.
<li>Add some notes here.
</ul>
</td>
</tr>
</table>
<h2>By library:</h2>
<table>
<tr>
<td>Library</td>
<td>C</td>
<td>Obj C</td>
<td>C++</td>
</tr>
<tr>
<td>libsupport</td>
<td>Basic Status</td>
<td>Basic Status</td>
<td>Basic Status</td>
</tr>
<tr>
<td>libsystem</td>
<td>Basic Status</td>
<td>Basic Status</td>
<td>Basic Status</td>
</tr>
<tr>
<td>libbasic</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>libast</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>liblex</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>libparse</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>libsema</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>libcodegen</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>clang</td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<h2>Status History (notes):</h2>
<h3>October 5, 2007</h3>
<ul>
<li>Such and such is now complete.
<li>Such and such is almost complete now.
</ul>
<h3>July 17, 2007</h3>
<ul>
<li>
<li>
</ul>
</div>
</body>
</html>