[llvm-branch-commits] [clang] 9fbdf9f - Fix up release note; NFC
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 30 08:08:15 PDT 2023
Author: Aaron Ballman
Date: 2023-08-30T16:56:35+02:00
New Revision: 9fbdf9f8b1046a14323ddb95f7552c10f55b2c17
URL: https://github.com/llvm/llvm-project/commit/9fbdf9f8b1046a14323ddb95f7552c10f55b2c17
DIFF: https://github.com/llvm/llvm-project/commit/9fbdf9f8b1046a14323ddb95f7552c10f55b2c17.diff
LOG: Fix up release note; NFC
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b15ff0d6d20a39..d755626f795d51 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -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
More information about the llvm-branch-commits
mailing list