[cfe-commits] r130958 - /cfe/trunk/www/cxx_status.html
Richard Smith
richard-llvm at metafoo.co.uk
Thu May 5 15:07:51 PDT 2011
Author: rsmith
Date: Thu May 5 17:07:51 2011
New Revision: 130958
URL: http://llvm.org/viewvc/llvm-project?rev=130958&view=rev
Log:
Update www: we now mangle references to function parameters properly. Also, this is really more a decltype issue rather than a late-specified return type issue.
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=130958&r1=130957&r2=130958&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu May 5 17:07:51 2011
@@ -213,7 +213,7 @@
<td class="complete" align="center">✓</td>
<td class="complete" align="center">✓</td>
<td class="advanced" align="center"></td>
- <td class="na">N/A</td>
+ <td class="advanced" align="center"></td>
<td>7.1.6.2</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf">N2343</a>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1478.pdf">N1478</a>
@@ -588,7 +588,7 @@
<td class="complete" align="center">✓</td>
<td class="complete" align="center">✓</td>
<td class="complete" align="center">✓</td>
- <td class="basic"></td>
+ <td class="na">N/A</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