[cfe-commits] r129533 - /cfe/trunk/www/cxx_status.html
Richard Smith
richard-llvm at metafoo.co.uk
Thu Apr 14 12:57:20 PDT 2011
Author: rsmith
Date: Thu Apr 14 14:57:19 2011
New Revision: 129533
URL: http://llvm.org/viewvc/llvm-project?rev=129533&view=rev
Log:
Name mangling of late-specified return types doesn't work if the return type references the argument types:
template<typename T> auto f(T a) -> decltype(a.foo());
Since this is the primary reason for the introduction of this feature, downgrade implementation status to "Some examples work".
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=129533&r1=129532&r2=129533&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu Apr 14 14:57:19 2011
@@ -588,7 +588,7 @@
<td class="complete" align="center">✓</td>
<td class="complete" align="center">✓</td>
<td class="complete" align="center">✓</td>
- <td class="complete"></td>
+ <td class="basic"></td>
<td>8.3.5</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2445.html">N2445</a></td>
</tr>
More information about the cfe-commits
mailing list