From b3aee6e87fc5a1ca5c3cdfb2eaaa1a284e56adac Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Jul 2007 17:59:54 +0000 Subject: [PATCH] add a bare bones web page llvm-svn: 40470 --- clang/www/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 clang/www/index.html 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.

+