[cfe-commits] r67620 - /cfe/trunk/www/OpenProjects.html

Douglas Gregor dgregor at apple.com
Tue Mar 24 09:16:55 PDT 2009


Author: dgregor
Date: Tue Mar 24 11:16:53 2009
New Revision: 67620

URL: http://llvm.org/viewvc/llvm-project?rev=67620&view=rev
Log:
Add another C++ open project

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=67620&r1=67619&r2=67620&view=diff

==============================================================================
--- cfe/trunk/www/OpenProjects.html (original)
+++ cfe/trunk/www/OpenProjects.html Tue Mar 24 11:16:53 2009
@@ -95,6 +95,7 @@
   <li>Implicit definitions of special member functions: Clang implicitly declares the various special member functions (default constructor, copy constructor, copy assignment operator, destructor) when necessary, but is not yet able to provide definitions for these functions.</li>
   <li>Parsing and AST representations of friend classes and functions</li>
   <li>AST representation for implicit C++ conversions: implicit conversions that involve non-trivial operations (e.g., invoking a user-defined conversion function, performing a base-to-derived or derived-to-base conversion) need explicit representation in Clang's AST.</li>
+  <li>Improved diagnostics for overload resolution failures: after an overload resolution failure, we currently print out the overload resolution candidates. We should also print out the reason that each candidate failed, e.g., "too few arguments", "too many arguments", "cannot initialize parameter with an lvalue of type 'foo'", etc.</li>
 </ul>
   
 Also, see the <a href="cxx_status.html">C++ status report page</a> to





More information about the cfe-commits mailing list