[cxx2a] P0614R1: Support init-statements in range-based for loops.
We don't yet support this for the case where a range-based for loop is
implicitly rewritten to an ObjC for..in statement.
llvm-svn: 343350
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index b7dbb2a..df9326c 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -874,7 +874,7 @@
<tr>
<td>Range-based for statements with initializer</td>
<td><a href="http://wg21.link/p0614r1">P0614R1</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>ADL and function templates that are not visible</td>