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.
llvm-svn: 179154
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 21e337f..715efda 100644
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -196,7 +196,7 @@
<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>