[PATCH] D138861: [Clang] Implement CWG2640 Allow more characters in an n-char sequence
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 28 13:54:33 PST 2022
erichkeane added a comment.
I dont know the lexer well enough to do better than this review, but the code itself seems fine.
================
Comment at: clang/www/cxx_dr_status.html:15651
<td>Allow more characters in an n-char sequence</td>
- <td class="none" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
</tr>
----------------
Shouldn't this be 'unreleased' and 'Clang 16'?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138861/new/
https://reviews.llvm.org/D138861
More information about the cfe-commits
mailing list