summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2011-10-10 18:10:00 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2011-10-10 18:10:00 +0000
commit72a81d239d6e72fab285c3a8a022c733c5e6beb4 (patch)
tree996a912cb4459857ba6daa611982eddf19da507c /www
parent1055393814ac989727aa7437a5f3c3c44b4f83e5 (diff)
downloadclang-72a81d239d6e72fab285c3a8a022c733c5e6beb4.tar.gz
clang-72a81d239d6e72fab285c3a8a022c733c5e6beb4.tar.bz2
clang-72a81d239d6e72fab285c3a8a022c733c5e6beb4.tar.xz
Now that we support move generation, mention this in the language extension and C++ status pages. Also update the C++ status for default functions, which are complete now that we can generate move functions, and destructor exception specifications, which I did a while ago.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141558 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 0dce8cf967..48073e38d5 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -329,30 +329,30 @@ welcome!</p>
</tr>
<tr>
<td>Changes to implicitly generated methods</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" align="center">&#x2713;</td>
<td></td>
<td>Includes implicit generation of move operations</td>
</tr>
<tr>
<td>defaulted methods</td>
- <td class="basic"></td>
- <td class="basic"></td>
- <td class="basic"></td>
- <td class="basic"></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></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1717.pdf">N1717</a>
<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2326.html">N2326</a>
</td>
</tr>
<tr>
- <td>destructor defaults to noexcept</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
+ <td>Implicit destructor exception specification</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></td>
<td></td>
</tr>