[Clang][NFC] Restore changelog entry incorrectly removed by 02bb2beeef
authorCorentin Jabot <corentinjabot@gmail.com>
Sun, 23 Jul 2023 09:09:43 +0000 (11:09 +0200)
committerCorentin Jabot <corentinjabot@gmail.com>
Sun, 23 Jul 2023 09:11:04 +0000 (11:11 +0200)
clang/docs/ReleaseNotes.rst

index 9298f24..84f0eae 100644 (file)
@@ -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: <https://github.com/llvm/llvm-project/issues/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==``.