blob: 5f84d85744e753035687e42e684cda730022e3dc [file] [log] [blame]
Chris Lattner706c99a2007-07-24 17:59:54 +00001<title>Minimal clang home page</title>
2
3<p>
4This is a bare bones web page for the "clang" C front-end. This project is to
5build a new C/C++/ObjC front-end for <a href="http://llvm.org">LLVM</a>.
6</p>
7
8<p>The motivation for this project is described well in Steve Naroff's talk
9at the <a href="http://llvm.org/devmtg/2007-05/">2007 LLVM Developer Meeting</a>.
10A <a href="http://llvm.org/devmtg/2007-05/09-Naroff-CFE.mov">video</a> and
11<a href="http://llvm.org/devmtg/2007-05/09-Naroff-CFE.pdf">slides</a> are
12available.</p>
13
14<p>To get and build the source, please follow <a
15href="http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-July/009817.html">these
16directions</a>.</p>
17
18<p>If you are interested in discussing this work, please join the <a
19href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">cfe-dev</a> mailing
20list. If you are interested in contributing to it or following its progress,
21please join the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">
22cfe-commits</a> list.</p>
23
24
25<p>Please note that we don't consider this to be ready for people to take and
26compile random pieces of code with yet. However, if you'd like to do so
27<em>and</em> help fix problems exposed by doing so, we'd appreciate the help.</p>
28