Fix a typo in the release notes; NFC

This commit is contained in:
Aaron Ballman 2022-09-19 07:37:41 -04:00
parent ecd9dc0499
commit f51789ce5e
1 changed files with 1 additions and 2 deletions

View File

@ -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