We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0293a83 commit ec5ae1bCopy full SHA for ec5ae1b
clang/docs/ReleaseNotes.rst
@@ -121,6 +121,7 @@ Improvements to Clang's diagnostics
121
- The ``-Wunique-object-duplication`` warning has been added to warn about objects
122
which are supposed to only exist once per program, but may get duplicated when
123
built into a shared library.
124
+- Fixed a bug where Clang's Analysis did not correctly model the destructor behavior of ``union`` members (#GH119415).
125
126
Improvements to Clang's time-trace
127
----------------------------------
0 commit comments