summaryrefslogtreecommitdiffstats
path: root/www/get_involved.html
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2008-07-03 08:21:51 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2008-07-03 08:21:51 +0000
commit1e1cbbdbc87b10203f11a55a6b7c2adea41ec190 (patch)
tree4cba7b887f83d5d3957c9d9904a8c15d8940e274 /www/get_involved.html
parent8a54df5122f19940f5c92583b1d5662447a28cc9 (diff)
-Change slightly the link to cxx_status.html of the home page.
-Add a link to cxx_status.html from get_involved.html/"Open Projects". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_involved.html')
-rw-r--r--www/get_involved.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/get_involved.html b/www/get_involved.html
index 3a29e2e5ba..b64f42c9ba 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -89,12 +89,9 @@ of <a href="http://llvm.org/docs/SourceLevelDebugging.html">LLVM debug info</a>
straight-forward if you follow the example of what llvm-gcc generates.</li>
<li><b>Continue work on C++ support</b>: Implementing all of C++ is a very big
-job, but there are lots of little things that can be done. Right now we support
-some small things like references and bool. We also support parsing of
-namespaces, but don't build ASTs for it. It would be straight-forward to
-implement support for representing namespaces, then add support for things like
-foo::bar::baz. Likewise, lots of other little pieces can be picked off and
-implemented.</li>
+job, but there are lots of little pieces that can be picked off and implemented.
+See the <a href="cxx_status.html">C++ status report page</a> to find out what is
+missing and what is already at least partially supported.</li>
<li><b>Improve target support</b>: The current target interfaces are heavily
stubbed out and need to be implemented fully. See the FIXME's in TargetInfo.