forked from OSchip/llvm-project
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). llvm-svn: 151380
This commit is contained in:
parent
0a0a9688c5
commit
4e8376279d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue