Author: Aaron Ballman Date: 2022-09-19T07:37:41-04:00 New Revision: f51789ce5e759b68584fe6c04a31930496bd6a41
URL: https://github.com/llvm/llvm-project/commit/f51789ce5e759b68584fe6c04a31930496bd6a41 DIFF: https://github.com/llvm/llvm-project/commit/f51789ce5e759b68584fe6c04a31930496bd6a41.diff LOG: Fix a typo in the release notes; NFC Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 035536d18d9b8..2546142d2b3d7 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -273,8 +273,7 @@ C2x Feature Support - Implemented `WG14 N2662 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2662.pdf>`_, so the [[maybe_unused]] attribute may be applied to a label to silence an ``-Wunused-label`` warning. - -- Implemented `WG14 N508 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2508.pdf>`_, +- Implemented `WG14 N2508 <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2508.pdf>`_, so labels can placed everywhere inside a compound statement. C++ Language Changes in Clang _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits