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 c51bab9 commit ad96aa2Copy full SHA for ad96aa2
clang/docs/ReleaseNotes.rst
@@ -132,6 +132,9 @@ Improvements to Clang's diagnostics
132
133
- Clang now diagnoses undefined behavior in constant expressions more consistently. This includes invalid shifts, and signed overflow in arithmetic.
134
135
+- Clang now diagnoses dangling references to fields of temporary objects. Fixes #GH81589.
136
+
137
138
Improvements to Clang's time-trace
139
----------------------------------
140
0 commit comments