]> granicus.if.org Git - clang/commitdiff
cxx_status: extended sizeof has been essentially complete for some time. As
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 24 Feb 2012 18:37:14 +0000 (18:37 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 24 Feb 2012 18:37:14 +0000 (18:37 +0000)
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

www/cxx_status.html

index 8bf8834655ac298d4f7f66ceef488fea13c1fd40..077a1d6c17d4a1027ec886c28fdcf3fc828bad8e 100644 (file)
@@ -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>