From: Corentin Jabot Date: Sun, 23 Jul 2023 09:09:43 +0000 (+0200) Subject: [Clang][NFC] Restore changelog entry incorrectly removed by 02bb2beeef X-Git-Tag: upstream/17.0.6~666 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca3ad82cb50c79d8e43445bf93311ff39ec52c52;p=platform%2Fupstream%2Fllvm.git [Clang][NFC] Restore changelog entry incorrectly removed by 02bb2beeef --- diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 9298f24..84f0eae 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -407,6 +407,8 @@ Improvements to Clang's diagnostics by making use of the syntactical structure of function calls. This avoids display of syntactically invalid codes in diagnostics. (`#57081: `_) +- Clang no longer emits inappropriate notes about the loss of ``__unaligned`` qualifier + on overload resolution, when the actual reason for the failure is loss of other qualifiers. - The note emitted when an ``operator==`` was defaulted as deleted used to refer to the lack of a data member's "three-way comparison operator". It now refers correctly to the data member's ``operator==``.