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 1cb64d7 commit 66190afCopy full SHA for 66190af
clang/docs/ReleaseNotes.rst
@@ -334,6 +334,9 @@ Improvements to Clang's diagnostics
334
- Clang now emits ``unused argument`` warning when the -fmodule-output flag is used
335
with an input that is not of type c++-module.
336
337
+- Clang emits a ``-Wreturn-stack-address`` warning if a function returns a pointer or
338
+ reference to a struct literal. Fixes #GH8678
339
+
340
- Clang emits a ``-Wunused-but-set-variable`` warning on C++ variables whose declaration
341
(with initializer) entirely consist the condition expression of a if/while/for construct
342
but are not actually used in the body of the if/while/for construct. Fixes #GH41447
0 commit comments