From 7262d1c0032c7410211175b456056bae30352ac5 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 20 Mar 2009 20:37:36 +0000 Subject: [PATCH] Document some small- to mid-size open C++ projects llvm-svn: 67398 --- clang/www/OpenProjects.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/clang/www/OpenProjects.html b/clang/www/OpenProjects.html index 47307ca3ba2d..2b9552dce4c9 100644 --- a/clang/www/OpenProjects.html +++ b/clang/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