summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-08-31 01:00:37 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-08-31 01:00:37 +0000
commitad57483a9ff0c36ca642528b81fbb05641e5d7f1 (patch)
tree3b6e5b61b45ca88cc055f83ee2af00912328b4fb /www
parent101ffdb0168928e0650f7c5990f098d0d0b4ca86 (diff)
downloadclang-ad57483a9ff0c36ca642528b81fbb05641e5d7f1.tar.gz
[c++20] Add support for designated direct-list-initialization syntax.
This completes the implementation of P0329R4. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@370558 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 23cc6ca2c1..d3d610914d 100755
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -871,7 +871,7 @@ as the draft C++2a standard evolves.
<tr>
<td>Designated initializers</td>
<td><a href="http://wg21.link/p0329r4">P0329R4</a></td>
- <td class="partial" align="center">Partial (extension)</td>
+ <td class="svn" align="center">SVN (Clang 10)</td>
</tr>
<tr>
<td><i>template-parameter-list</i> for generic lambdas</td>