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>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits