summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2012-02-25 20:51:27 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2012-02-25 20:51:27 +0000
commitd1dc3aa25797301788f1c4f30f769b1d9e1fb22a (patch)
tree3efd6675ff79ed1ecfaa8871a49875a181b6ba49 /www
parent19b1a6eb2c90fab7cefe74bea5b6de490b65ac9d (diff)
Initializer lists are now supported.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151458 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 4b50c22532..ea1992a577 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -81,7 +81,7 @@ with clang; other versions have not been tested.</p>
<tr>
<td>Initializer lists</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2672.htm">N2672</a></td>
- <td class="none" align="center">In progress</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Static assertions</td>