[clang] [C2y] Add octal prefixes, deprecate unprefixed octals (PR #131626)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 17 08:41:48 PDT 2025
================
@@ -176,7 +176,7 @@ <h2 id="c2y">C2y implementation status</h2>
<tr>
<td>Obsolete implicitly octal literals and add delimited escape sequences</td>
<td><a href="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3353.htm">N3353</a></td>
- <td class="none" align="center">No</td>
+ <td class="unreleased" align="center">Clang 21</td>
----------------
cor3ntin wrote:
https://compiler-explorer.com/z/KxE39czob the "add delimited escape sequences" part is not fully implemented
https://github.com/llvm/llvm-project/pull/131626
More information about the cfe-commits
mailing list