aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-10-28 19:44:09 +0000
committerDouglas Gregor <dgregor@apple.com>2011-10-28 19:44:09 +0000
commit26bae20cc0f55755f51b65b3022a8b5ca7d3d081 (patch)
tree19f648afc52234247aaf5725c42f4b8ef89e5d1b
parent4a037c70fdaefafb9c635fedb7035ad462a2742c (diff)
Deleted functions were in Clang 2.9, defaulted functions in
3.0. Fixses PR11252. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143216 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 942db6bafc..7c3d60fd94 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -224,7 +224,12 @@ with clang; other versions have not been tested.</p>
<td align="center">Clang 3.0</td>
</tr>
<tr>
- <td>Defaulted and deleted functions</td>
+ <td>Defaulted functions</td>
+ <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm">N2346</a></td>
+ <td align="center">Clang 3.0</td>
+ </tr>
+ <tr>
+ <td>Deleted functions</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2346.htm">N2346</a></td>
<td align="center">Clang 2.9</td>
</tr>