From 1e1cbbdbc87b10203f11a55a6b7c2adea41ec190 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Thu, 3 Jul 2008 08:21:51 +0000 Subject: [PATCH] -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 --- www/get_involved.html | 9 +++------ www/index.html | 2 +- 2 files changed, 4 insertions(+), 7 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 LLVM debug info straight-forward if you follow the example of what llvm-gcc generates.
  • Continue work on C++ support: 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.
  • +job, but there are lots of little pieces that can be picked off and implemented. +See the C++ status report page to find out what is +missing and what is already at least partially supported.
  • Improve target support: The current target interfaces are heavily stubbed out and need to be implemented fully. See the FIXME's in TargetInfo. diff --git a/www/index.html b/www/index.html index 57ce7752d9..a0408e0cea 100644 --- a/www/index.html +++ b/www/index.html @@ -96,7 +96,7 @@

    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, + reported. C++ support is still very early, and we don't expect to have respectable C++ support for another 2 years or so.

    -- 2.50.1