forked from OSchip/llvm-project
Fix a typo in the release notes; NFC
This commit is contained in:
parent
ecd9dc0499
commit
f51789ce5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue