Make const-initialized const integral variables I-C-Es in C++.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64015 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index a5a0454..95ce0e5 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -1013,9 +1013,9 @@
<td> 7.1.5.1 [dcl.type.cv]</td>
<td class="complete" align="center">✓</td>
<td class="complete" align="center">✓</td>
- <td class="medium"></td>
+ <td class="complete" align="center">✓</td>
<td></td>
- <td>Const integral variables with ICE initializers are not ICEs.</td>
+ <td></td>
</tr>
<tr>
<td> 7.1.5.2 [dcl.type.simple]</td>