Author: Akira Hatanaka
Date: 2022-06-02T17:13:05-07:00
New Revision: b64f6e5722024b29f0799f2a0eae08778162dc61

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

LOG: Add a release note for the scope enum initialization bug fix in
https://reviews.llvm.org/D126084

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index be21872546bbf..bcd7ec1b9316a 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -160,6 +160,9 @@ Bug Fixes
   conditions it would be allowed for a const object elsewhere.
 - ``__has_unique_object_representations`` no longer reports that ``_BitInt`` 
types
   have unique object representations if they have padding bits.
+- Unscoped and scoped enumeration types can no longer be initialized from a
+  brace-init-list containing a single element of a 
diff erent scoped enumeration
+  type.
 
 Improvements to Clang's diagnostics
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to