From f51789ce5e759b68584fe6c04a31930496bd6a41 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 19 Sep 2022 07:37:41 -0400 Subject: [PATCH] Fix a typo in the release notes; NFC --- clang/docs/ReleaseNotes.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 035536d..2546142 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -273,8 +273,7 @@ C2x Feature Support - Implemented `WG14 N2662 `_, so the [[maybe_unused]] attribute may be applied to a label to silence an ``-Wunused-label`` warning. - -- Implemented `WG14 N508 `_, +- Implemented `WG14 N2508 `_, so labels can placed everywhere inside a compound statement. C++ Language Changes in Clang -- 2.7.4