diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-05-05 22:07:51 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-05-05 22:07:51 +0000 |
commit | f184f9aa6da08a9d54e979f90b2feddebfdf0a55 (patch) | |
tree | 1c3da5d8034755180f01cb5903a45a60c3414e73 | |
parent | e0c7665b042fd1ef7aaad5074131c5ce8bfba766 (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130958 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index ad9a7d01bc..cd7f5f53c3 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -213,7 +213,7 @@ welcome!</p> <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 @@ welcome!</p> <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> |