summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-02-24 18:37:14 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-02-24 18:37:14 +0000
commita5ec58d736a26f930fec16e1cacc829035067114 (patch)
tree56d7b1c140812f3a6016e0f8fe39da696ed0ad36 /www
parent33eb59a1c9c336d4311697fab8a7bb12c45d5ce9 (diff)
downloadclang-a5ec58d736a26f930fec16e1cacc829035067114.tar.gz
clang-a5ec58d736a26f930fec16e1cacc829035067114.tar.bz2
clang-a5ec58d736a26f930fec16e1cacc829035067114.tar.xz
cxx_status: extended sizeof has been essentially complete for some time. As
agreed on IRC, any remaining issues are best dealt with as bugs. We have no __has_feature check for this; please shout if you'd like one. This feature seems too small to be worth its own release notes bullet (again, please shout if you disagree). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 8bf8834655..077a1d6c17 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -153,9 +153,7 @@ with clang; other versions have not been tested.</p>
</tr>
<tr>
<td>Forward declarations for enums</td>
- <td>
- <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2764.pdf">N2764
- </a></td>
+ <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2764.pdf">N2764</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
@@ -237,8 +235,9 @@ with clang; other versions have not been tested.</p>
</tr>
<tr>
<td>Extending <code>sizeof</code></td>
- <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2253.html">N2253</a></td>
- <td class="none" align="center">No</td>
+ <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2253.html">N2253</a>
+ <br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#850">DR850</a></td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Inline namespaces</td>
@@ -263,8 +262,8 @@ with clang; other versions have not been tested.</p>
<tr>
<td>Explicit virtual overrides</td>
<td><a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2009/n2928.htm">N2928</a>
- <br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm">N3206</a>
-<br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm">N3272</a></td>
+ <br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/n3206.htm">N3206</a>
+ <br><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3272.htm">N3272</a></td>
<td class="full" align="center">Clang 3.0</td>
</tr>
<tr>