summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-07-02 12:18:17 +0000
committerGabor Greif <ggreif@gmail.com>2008-07-02 12:18:17 +0000
commit37d5027bf98abd05c51089f4e11499622168908b (patch)
tree03ffa2c143f2fff61efd00b4233e664ef94d96a0 /www/index.html
parent84b7a805303c639380d6b41e170016e45afa9245 (diff)
downloadclang-37d5027bf98abd05c51089f4e11499622168908b.tar.gz
add c++ status link
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53014 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html
index 64c0224d04..57ce7752d9 100644
--- a/www/index.html
+++ b/www/index.html
@@ -96,8 +96,9 @@
<p>Clang currently has pretty good parsing and semantic analysis support for
C and Objective-C right now, and bugs are usually quickly fixed once
- reported. C++ support is still very early, and we don't expect to have
- respectable C++ support for another 2 years or so.</p>
+ reported. C++ support is still <a href="cxx_status.html">very early</a>,
+ and we don't expect to have respectable C++ support for another 2 years
+ or so.</p>
<!--=====================================================================-->
<h2>Get it and get involved!</h2>