Skip to content

Commit 97c482c

Browse files
committed
Update Release Notes
1 parent 7b8f162 commit 97c482c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,11 @@ Improvements to Clang's diagnostics
702702
- Improve the diagnostics for placement new expression when const-qualified
703703
object was passed as the storage argument. (#GH143708)
704704

705+
- Clang now does not issue a warning about returning from a function declared with
706+
the ``[[noreturn]]`` attribute when the function body is ended with a call via
707+
pointer, provided it can be proven that the pointer only points to
708+
``[[noreturn]]`` functions..
709+
705710
Improvements to Clang's time-trace
706711
----------------------------------
707712

0 commit comments

Comments
 (0)