Skip to content

Commit

Permalink
[Clang] ReleaseNote item for 9dab2e3
Browse files Browse the repository at this point in the history
Add release item which was omitted at the time.
  • Loading branch information
JOE1994 committed Apr 5, 2024
1 parent 1cb64d7 commit 66190af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ Improvements to Clang's diagnostics
- Clang now emits ``unused argument`` warning when the -fmodule-output flag is used
with an input that is not of type c++-module.

- Clang emits a ``-Wreturn-stack-address`` warning if a function returns a pointer or
reference to a struct literal. Fixes #GH8678

- Clang emits a ``-Wunused-but-set-variable`` warning on C++ variables whose declaration
(with initializer) entirely consist the condition expression of a if/while/for construct
but are not actually used in the body of the if/while/for construct. Fixes #GH41447
Expand Down

0 comments on commit 66190af

Please sign in to comment.