Author: ggreif
Date: Sat Oct 16 04:29:38 2010
New Revision: 116667

URL: http://llvm.org/viewvc/llvm-project?rev=116667&view=rev
Log:
these items are done, afaik

Modified:
    cfe/trunk/www/OpenProjects.html

Modified: cfe/trunk/www/OpenProjects.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/OpenProjects.html?rev=116667&r1=116666&r2=116667&view=diff
==============================================================================
--- cfe/trunk/www/OpenProjects.html (original)
+++ cfe/trunk/www/OpenProjects.html Sat Oct 16 04:29:38 2010
@@ -77,15 +77,11 @@
 </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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to