summaryrefslogtreecommitdiffstats
path: root/www/OpenProjects.html
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-10-16 09:29:38 +0000
committerGabor Greif <ggreif@gmail.com>2010-10-16 09:29:38 +0000
commit930673b2fa766843327e212d52fc75f61f0c79b7 (patch)
treeee66dcada14a8ec0806faba4d8c73681486410a2 /www/OpenProjects.html
parent7ec404c40e42ce274d956a289ffa91e8f4befc43 (diff)
these items are done, afaik
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/OpenProjects.html')
-rw-r--r--www/OpenProjects.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/www/OpenProjects.html b/www/OpenProjects.html
index 46d9716c78..cc69f26311 100644
--- a/www/OpenProjects.html
+++ b/www/OpenProjects.html
@@ -77,15 +77,11 @@ improve the quality of clang by self-testing. Some examples:
</ul>
</li>
-<li><b>Continue work on C++ support</b>: 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:
+<li><b>Continue work on C++ support</b>: Implementing all of C++ was a very big job, but there are still lots of
+ little pieces that can be improved. Here are some small- to mid-sized C++ implementation projects:
<ul>
<li>Fix bugs: there are a number of XFAIL'd test cases in Clang's repository (particularly in the CXX subdirectory). Pick a test case and fix Clang to make it work!</li>
<li>Write tests: the CXX test subdirectory in Clang's repository has placeholders for tests of every paragraph in the C++ standard. Pick a paragraph, write a few tests, and see if they work! Even if they don't we'd still like the new tests (with XFAIL'd) so that we know what to fix.</li>
- <li>Parsing and semantic analysis for using declarations in classes</li>
- <li>Inherited conversion functions</li>
- <li>Improved diagnostics for overloading failures and ambiguities</li>
- <li>Improved template error messages, e.g., with more informative backtraces</li>
</ul>
Also, see the <a href="cxx_status.html">C++ status report page</a> to