[c++2a] P0683R1: Permit default member initializers for bit-fields.
This would be trivial, except that our in-memory and serialized representations
for FieldDecls assumed that this can't happen.
llvm-svn: 311867
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index f4fb908..9058091 100644
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -797,7 +797,7 @@
<tr>
<td>Default member initializers for bit-fields</td>
<td><a href="http://wg21.link/p0683r1">P0683R1</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td><tt>const&</tt>-qualified pointers to members</td>