-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
This commit is contained in:
Argyrios Kyrtzidis 2008-07-03 08:21:51 +00:00
Родитель 8a54df5122
Коммит 1e1cbbdbc8
2 изменённых файлов: 4 добавлений и 7 удалений

Просмотреть файл

@ -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> 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 <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 job, but there are lots of little pieces that can be picked off and implemented.
some small things like references and bool. We also support parsing of See the <a href="cxx_status.html">C++ status report page</a> to find out what is
namespaces, but don't build ASTs for it. It would be straight-forward to missing and what is already at least partially supported.</li>
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>
<li><b>Improve target support</b>: The current target interfaces are heavily <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. stubbed out and need to be implemented fully. See the FIXME's in TargetInfo.

Просмотреть файл

@ -96,7 +96,7 @@
<p>Clang currently has pretty good parsing and semantic analysis support for <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 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 and we don't expect to have respectable C++ support for another 2 years
or so.</p> or so.</p>