[cfe-commits] r53094 - in /cfe/trunk/www: get_involved.html index.html

Argiris Kirtzidis akyrtzi at gmail.com
Thu Jul 3 01:21:51 PDT 2008


Author: akirtzidis
Date: Thu Jul  3 03:21:51 2008
New Revision: 53094

URL: http://llvm.org/viewvc/llvm-project?rev=53094&view=rev
Log:
-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".

Modified:
    cfe/trunk/www/get_involved.html
    cfe/trunk/www/index.html

Modified: cfe/trunk/www/get_involved.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_involved.html?rev=53094&r1=53093&r2=53094&view=diff

==============================================================================
--- cfe/trunk/www/get_involved.html (original)
+++ cfe/trunk/www/get_involved.html Thu Jul  3 03:21:51 2008
@@ -89,12 +89,9 @@
 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.

Modified: cfe/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html?rev=53094&r1=53093&r2=53094&view=diff

==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Thu Jul  3 03:21:51 2008
@@ -96,7 +96,7 @@
 
   <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 <a href="cxx_status.html">very early</a>,
+     reported.  <a href="cxx_status.html">C++ support</a> is still very early,
      and we don't expect to have respectable C++ support for another 2 years
      or so.</p>
   





More information about the cfe-commits mailing list