]> granicus.if.org Git - clang/commitdiff
-Change slightly the link to cxx_status.html of the home page.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 3 Jul 2008 08:21:51 +0000 (08:21 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 3 Jul 2008 08:21:51 +0000 (08:21 +0000)
-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
www/index.html

index 3a29e2e5bad24e33f6e909d22c2d2ceac7740502..b64f42c9ba4bd0e0fe7a6c2a8269f82862e3e50e 100644 (file)
@@ -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>\r
 \r
 <li><b>Continue work on C++ support</b>: Implementing all of C++ is a very big\r
-job, but there are lots of little things that can be done.  Right now we support\r
-some small things like references and bool.  We also support parsing of\r
-namespaces, but don't build ASTs for it.  It would be straight-forward to\r
-implement support for representing namespaces, then add support for things like\r
-foo::bar::baz.  Likewise, lots of other little pieces can be picked off and\r
-implemented.</li>\r
+job, but there are lots of little pieces that can be picked off and implemented.\r
+See the <a href="cxx_status.html">C++ status report page</a> to find out what is\r
+missing and what is already at least partially supported.</li>\r
 \r
 <li><b>Improve target support</b>: The current target interfaces are heavily\r
 stubbed out and need to be implemented fully.  See the FIXME's in TargetInfo.\r
index 57ce7752d9297db9c8bd5fd8063c9ffb0aab37de..a0408e0cea5355e286c8c4b6423b3dc3fadb857c 100644 (file)
@@ -96,7 +96,7 @@
 \r
   <p>Clang currently has pretty good parsing and semantic analysis support for\r
      C and Objective-C right now, and bugs are usually quickly fixed once\r
-     reported.  C++ support is still <a href="cxx_status.html">very early</a>,\r
+     reported.  <a href="cxx_status.html">C++ support</a> is still very early,\r
      and we don't expect to have respectable C++ support for another 2 years\r
      or so.</p>\r
   \r