summaryrefslogtreecommitdiffstats
path: root/www/cxx_status.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2011-04-03 14:12:46 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2011-04-03 14:12:46 +0000
commit6a4e73ccd0c51ae8a08b13d7693fb15d106c8522 (patch)
treea227e8d312f18b34c76eff16a24d7a64a5f1cf3c /www/cxx_status.html
parentc2dace11190e42d7cdd3c1b3bd2ecc8593f8e13e (diff)
clang has had full and tested support for C++0x trailing-return-type and auto type deduction since r126166. Update the website to reflect this, and add a __has_feature test.
trailing-return-type codegen is not tested yet (name mangling in particular). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128787 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r--www/cxx_status.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index ebb420e8f8..15448ccdc2 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -221,10 +221,10 @@ welcome!</p>
</tr>
<tr>
<td>auto type deduction</td>
- <td class="complete" align="center"></td>
- <td class="complete" align="center"></td>
- <td class="complete" align="center"></td>
- <td class="complete" align="center"></td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td class="complete" align="center">&#x2713;</td>
<td>7.1.6.2, 7.1.6.4</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1984.pdf">N1984</a></td>
</tr>
@@ -585,10 +585,10 @@ welcome!</p>
<tr><td colspan="7" class="category">Things Completely New</td></tr>
<tr>
<td>Late-specified return type</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td class="complete"></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>