summaryrefslogtreecommitdiffstats
path: root/clang/www/OpenProjects.html
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-08-26 23:34:30 +0000
committerDouglas Gregor <dgregor@apple.com>2009-08-26 23:34:30 +0000
commit73cc2e550d578c3aca14e8f668be6e3c90781c62 (patch)
tree8d782e047f57f4efef5ab8577f2aeb9aa008446e /clang/www/OpenProjects.html
parentc71f094c088c60faef6e1258ebfedeb41e959061 (diff)
downloadbcm5719-llvm-73cc2e550d578c3aca14e8f668be6e3c90781c62.tar.gz
bcm5719-llvm-73cc2e550d578c3aca14e8f668be6e3c90781c62.zip
Tweak the list of open projects for C++
llvm-svn: 80179
Diffstat (limited to 'clang/www/OpenProjects.html')
-rw-r--r--clang/www/OpenProjects.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/OpenProjects.html b/clang/www/OpenProjects.html
index 9430c1f4595..cdf31218bbe 100644
--- a/clang/www/OpenProjects.html
+++ b/clang/www/OpenProjects.html
@@ -82,10 +82,10 @@ job, but there are lots of little pieces that can be picked off and implemented.
<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>Explicit calls to destructors and pseudo-destructor expressions (<code>x.~X()</code>).</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>Default arguments for function templates: these are currently ignored.</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
OpenPOWER on IntegriCloud