[clang] ca3ad82 - [Clang][NFC] Restore changelog entry incorrectly removed by 02bb2beeef

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 23 02:11:22 PDT 2023


Author: Corentin Jabot
Date: 2023-07-23T11:11:04+02:00
New Revision: ca3ad82cb50c79d8e43445bf93311ff39ec52c52

URL: https://github.com/llvm/llvm-project/commit/ca3ad82cb50c79d8e43445bf93311ff39ec52c52
DIFF: https://github.com/llvm/llvm-project/commit/ca3ad82cb50c79d8e43445bf93311ff39ec52c52.diff

LOG: [Clang][NFC] Restore changelog entry incorrectly removed by 02bb2beeef

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 9298f24d62970c..84f0eae81589ce 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: <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==``.


        


More information about the cfe-commits mailing list