Fix up release note; NFC
authorAaron Ballman <aaron@aaronballman.com>
Tue, 29 Aug 2023 13:10:57 +0000 (09:10 -0400)
committerTobias Hieta <tobias@hieta.se>
Wed, 30 Aug 2023 14:56:35 +0000 (16:56 +0200)
clang/docs/ReleaseNotes.rst

index b15ff0d6d20a3940fd3712298c69c09679aa7bda..d755626f795d519b0076e2b73989ab17caef6e2c 100644 (file)
@@ -328,7 +328,9 @@ Attribute Changes in Clang
   the flag ``-Wunsafe-buffer-usage`` is enabled.
 - ``__declspec`` attributes can now be used together with the using keyword. Before
   the attributes on ``__declspec`` was ignored, while now it will be forwarded to the
-  point where the alias is used.
+  point where the alias is used. Note, some incorrect uses of ``__declspec`` on a
+  ``using`` declaration were being silently ignored and will now be appropriately
+  diagnosed as ignoring the attribute.
 - Introduced a new ``USR`` (unified symbol resolution) clause inside of the
   existing ``__attribute__((external_source_symbol))`` attribute. Clang's indexer
   uses the optional USR value when indexing Clang's AST. This value is expected