From 9572a5f5ea92fdb288f7030696950e86058601f3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 24 Jul 2007 18:03:18 +0000 Subject: [PATCH] add documentation skeleton git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40471 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/index.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/index.html diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000000..d741b68a41 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,4 @@ +'clang' C frontend documentation + +None yet, sorry :( + -- 2.50.1