diff --git a/clang/www/index.html b/clang/www/index.html new file mode 100644 index 000000000000..5f84d85744e7 --- /dev/null +++ b/clang/www/index.html @@ -0,0 +1,28 @@ +Minimal clang home page + +

+This is a bare bones web page for the "clang" C front-end. This project is to +build a new C/C++/ObjC front-end for LLVM. +

+ +

The motivation for this project is described well in Steve Naroff's talk +at the 2007 LLVM Developer Meeting. +A video and +slides are +available.

+ +

To get and build the source, please follow these +directions.

+ +

If you are interested in discussing this work, please join the cfe-dev mailing +list. If you are interested in contributing to it or following its progress, +please join the +cfe-commits list.

+ + +

Please note that we don't consider this to be ready for people to take and +compile random pieces of code with yet. However, if you'd like to do so +and help fix problems exposed by doing so, we'd appreciate the help.

+