We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a043c commit 5ad8f34Copy full SHA for 5ad8f34
clang/docs/ReleaseNotes.rst
@@ -123,7 +123,10 @@ C2y Feature Support
123
- Implemented `WG14 N3353 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3353.htm>_`
124
which adds the new ``0o`` and ``0O`` ocal literal prefixes and deprecates
125
octal literals other than ``0`` which do not start with the new prefix. This
126
- feature is exposed in earlier language modes and in C++ as an extension.
+ feature is exposed in earlier language modes and in C++ as an extension. The
127
+ paper also introduced octal and hexadecimal delimited escape sequences (e.g.,
128
+ ``"\x{12}\o{12}"``) which are also supported as an extension in older C
129
+ language modes.
130
131
C23 Feature Support
132
^^^^^^^^^^^^^^^^^^^
0 commit comments