diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-02-24 18:37:14 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-02-24 18:37:14 +0000 |
| commit | 4e8376279dd389eff9cb9e825df911f0ccfd9770 (patch) | |
| tree | 560c3816cf5c31247944db283b629311e8ee98dd /clang | |
| parent | 0a0a9688c5386c027aeb7178d06e4156cbc70dc1 (diff) | |
| download | bcm5719-llvm-4e8376279dd389eff9cb9e825df911f0ccfd9770.tar.gz bcm5719-llvm-4e8376279dd389eff9cb9e825df911f0ccfd9770.zip | |
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
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/www/cxx_status.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 8bf8834655a..077a1d6c17d 100644 --- a/clang/www/cxx_status.html +++ b/clang/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> |

