Skip to content

Commit

Permalink
Add a release note for the scope enum initialization bug fix in
Browse files Browse the repository at this point in the history
  • Loading branch information
ahatanaka committed Jun 3, 2022
1 parent bb81b3b commit b64f6e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/docs/ReleaseNotes.rst
Expand Up @@ -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 different scoped enumeration
type.

Improvements to Clang's diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit b64f6e5

Please sign in to comment.