blob: 7df2bd1fb8d265deeaf56cbf5019f782bc8528e6 [file] [log] [blame]
Kevinafda30a2007-10-06 01:28:23 +00001<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Kevinb3b52c42007-10-05 21:18:52 +00003<html>
4<head>
Kevinafda30a2007-10-06 01:28:23 +00005 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
Kevinb3b52c42007-10-05 21:18:52 +00006 <title>Status of Clang</title>
7 <link type="text/css" rel="stylesheet" href="menu.css" />
8 <link type="text/css" rel="stylesheet" href="content.css" />
9</head>
10<body>
11 <!--#include virtual="menu.html.incl"-->
Kevin605cc842007-10-06 21:28:47 +000012 <!--
13 Note to anyone editing this page:
14 The "By Language" section is basically setup so that you
15 1) Include a simple 1 or 2 word status by the language.
16 2) Note a key points (whatever it may be) about the status.
17
18 The "By Library" section was intended to be a little more detailed.
19 Basically, take the same idea of a 1 or 2 word status and fill it in.
20
21 If percentages would be better than a 1 or 2 word status,
22 then that's possible as well.
23
24 Lastly, is the "Status History" where you can make a few points about
25 the updates that you made to the status page -- to give people kind of
26 and idea of the progress of things.
27
28 Perhaps following the 3 month LLVM release cycle might be one possible
29 way to establish a regular schedule of updating the page -- supposing
30 that 3 months would not be too often.
31 -->
Kevinb3b52c42007-10-05 21:18:52 +000032 <div id="content">
33 <h1>Status of Clang</h1>
34 Here is a rundown of the current status of Clang as of September 2007.
35 <h2>By Language:</h2>
36 <table>
37 <tr>
38 <td>C</td>
39 <td>Basic Status</td>
40 </tr>
41 <tr>
42 <td colspan="2">
43 <ul class="simple_list">
44 <li>Add some notes here.
45 <li>Add some notes here.
46 </ul>
47 </td>
48 </tr>
49 <tr>
50 <td>Obj C</td>
51 <td>Basic Status</td>
52 </tr>
53 <tr>
54 <td colspan="2">
55 <ul class="simple_list">
56 <li>Add some notes here.
57 <li>Add some notes here.
58 </ul>
59 </td>
60 </tr>
61 <tr>
62 <td>C++</td>
63 <td>Basic Status</td>
64 </tr>
65 <tr>
66 <td colspan="2">
67 <ul class="simple_list">
68 <li>Add some notes here.
69 <li>Add some notes here.
70 </ul>
71 </td>
72 </tr>
73 </table>
Kevin605cc842007-10-06 21:28:47 +000074 <h2>By Library:</h2>
Kevinb3b52c42007-10-05 21:18:52 +000075 <table>
76 <tr>
77 <td>Library</td>
78 <td>C</td>
79 <td>Obj C</td>
80 <td>C++</td>
81 </tr>
82 <tr>
83 <td>libsupport</td>
84 <td>Basic Status</td>
85 <td>Basic Status</td>
86 <td>Basic Status</td>
87 </tr>
88 <tr>
89 <td>libsystem</td>
90 <td>Basic Status</td>
91 <td>Basic Status</td>
92 <td>Basic Status</td>
93 </tr>
94 <tr>
95 <td>libbasic</td>
96 <td></td>
97 <td></td>
98 <td></td>
99 </tr>
100 <tr>
101 <td>libast</td>
102 <td></td>
103 <td></td>
104 <td></td>
105 </tr>
106 <tr>
107 <td>liblex</td>
108 <td></td>
109 <td></td>
110 <td></td>
111 </tr>
112 <tr>
113 <td>libparse</td>
114 <td></td>
115 <td></td>
116 <td></td>
117 </tr>
118
119 <tr>
120 <td>libsema</td>
121 <td></td>
122 <td></td>
123 <td></td>
124 </tr>
125 <tr>
126 <td>libcodegen</td>
127 <td></td>
128 <td></td>
129 <td></td>
130 </tr>
131 <tr>
132 <td>clang</td>
133 <td></td>
134 <td></td>
135 <td></td>
136 </tr>
137 </table>
138 <h2>Status History (notes):</h2>
139 <h3>October 5, 2007</h3>
140 <ul>
141 <li>Such and such is now complete.
142 <li>Such and such is almost complete now.
143 </ul>
144 <h3>July 17, 2007</h3>
145 <ul>
146 <li>
147 <li>
148 </ul>
149 </div>
150</body>
151</html>