aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-05-04 06:46:18 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-05-04 06:46:18 +0000
commitcb1beee76f520857b985db2af6117ad97aa45c4e (patch)
tree3dd01f89ff7cd37c28716d6510143561ece28839 /clang/www
parent5ddd564e190f10b0b001c203fbfbfd521a22c0c4 (diff)
downloadllvm-cb1beee76f520857b985db2af6117ad97aa45c4e.zip
llvm-cb1beee76f520857b985db2af6117ad97aa45c4e.tar.gz
llvm-cb1beee76f520857b985db2af6117ad97aa45c4e.tar.bz2
[c++20] Implement tweaked __VA_OPT__ rules from P1042R1:
* __VA_OPT__ is expanded if the *expanded* __VA_ARGS__ is non-empty, not if the original argument contained no tokens. * Placemarkers at the start and end of __VA_OPT__ are retained just long enough to paste them with adjacent ## operators. We never paste "across" a discarded placemarker. llvm-svn: 359964
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 5306c3b..2c06f0e 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -858,7 +858,7 @@ as the draft C++2a standard evolves.
</tr>
<tr> <!-- from Rapperswil -->
<td><a href="http://wg21.link/p1042r1">P1042R1</a></td>
- <td class="partial" align="center">Partial</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Designated initializers</td>