From 706c99a306ae637ba207f6c39d07f73046df0fb8 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40470 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 www/index.html diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000000..5f84d85744 --- /dev/null +++ b/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.

+ -- 2.50.1