Author: Aaron Ballman Date: 2025-03-19T17:05:16-04:00 New Revision: a306ae0eca4d4d016b719df32274ba1f73f4413a
URL: https://github.com/llvm/llvm-project/commit/a306ae0eca4d4d016b719df32274ba1f73f4413a DIFF: https://github.com/llvm/llvm-project/commit/a306ae0eca4d4d016b719df32274ba1f73f4413a.diff LOG: Fix malformed RST in release notes; NFC Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index ed5924b134b3c..0af4f71dfbac9 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -134,7 +134,7 @@ C2y Feature Support ``-pedantic`` will no longer diagnose this in either C or C++ modes. This feature was adopted as applying to obsolete versions of C in WG14 and as a defect report in WG21 (CWG787). -- Implemented `WG14 N3353 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3353.htm>_` +- Implemented `WG14 N3353 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3353.htm>`_ which adds the new ``0o`` and ``0O`` ocal literal prefixes and deprecates octal literals other than ``0`` which do not start with the new prefix. This feature is exposed in earlier language modes and in C++ as an extension. The _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits