From: Douglas Gregor Date: Fri, 20 Mar 2009 20:37:36 +0000 (+0000) Subject: Document some small- to mid-size open C++ projects X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=252356597a4f0a0a8cb01e32d3da0522b3aa0ebd;p=clang Document some small- to mid-size open C++ projects git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67398 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/OpenProjects.html b/www/OpenProjects.html index 47307ca3ba..2b9552dce4 100644 --- a/www/OpenProjects.html +++ b/www/OpenProjects.html @@ -40,11 +40,6 @@ checks in some cases, and it would be very interesting to test code in this mode for certain crowds of people. Because the inserted code is coming from clang, the "abort" message could be very detailed about exactly what went wrong. -
  • Continue work on C++ support: Implementing all of C++ is a very big -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. Additionally, the actual target implementations (instances of TargetInfoImpl) @@ -88,6 +83,23 @@ improve the quality of clang by self-testing. Some examples:
  • +
  • Continue work on C++ support: Implementing all of C++ is a very big +job, but there are lots of little pieces that can be picked off and implemented. Here are some small- to mid-sized C++ implementation projects: + + +Also, see the C++ status report page to +find out what is missing and what is already at least partially +supported.
  • If you hit a bug with clang, it is very useful for us if you reduce the code