Skip to content

Commit ec5ae1b

Browse files
committed
fixup! [Sema] do not destruct fields of unions
1 parent 0293a83 commit ec5ae1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Improvements to Clang's diagnostics
121121
- The ``-Wunique-object-duplication`` warning has been added to warn about objects
122122
which are supposed to only exist once per program, but may get duplicated when
123123
built into a shared library.
124+
- Fixed a bug where Clang's Analysis did not correctly model the destructor behavior of ``union`` members (#GH119415).
124125

125126
Improvements to Clang's time-trace
126127
----------------------------------

0 commit comments

Comments
 (0)