[cfe-commits] r143216 - /cfe/trunk/www/cxx_status.html
Douglas Gregor
dgregor at apple.com
Fri Oct 28 12:44:09 PDT 2011
Author: dgregor
Date: Fri Oct 28 14:44:09 2011
New Revision: 143216
URL: http://llvm.org/viewvc/llvm-project?rev=143216&view=rev
Log:
Deleted functions were in Clang 2.9, defaulted functions in
3.0. Fixses PR11252.
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=143216&r1=143215&r2=143216&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Oct 28 14:44:09 2011
@@ -224,7 +224,12 @@
<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>
More information about the cfe-commits
mailing list