diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-10 06:11:48 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-10 06:11:48 +0000 |
commit | 0b0ca4724d1c05dc0dd1d6e5aff4c8a439cbb1a2 (patch) | |
tree | 2e1c25d80a72556d12393c2ecf3caebbf2de7d9e /www | |
parent | 0baaabb7174c8e512ea52bc36687dc31ff68b09f (diff) |
Add support for computing the exception specification for an inheriting
constructor. This isn't quite perfect (as usual, we don't handle default
arguments correctly yet, and we don't deal with copy/move constructors for
arguments correctly either, but this will be fixed when we implement core issue
1351.
This completes our support for inheriting constructors.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 21e337f837..715efda47e 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -196,7 +196,7 @@ releases prior to version 3.2 in C++11 mode.</p> <tr> <td>Inheriting constructors</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2540.htm">N2540</a></td> - <td class="none" align="center">No</td> + <td class="svn" align="center">SVN</td> </tr> <tr> <td>Explicit conversion operators</td> |