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 7b8f162 commit 97c482cCopy full SHA for 97c482c
clang/docs/ReleaseNotes.rst
@@ -702,6 +702,11 @@ Improvements to Clang's diagnostics
702
- Improve the diagnostics for placement new expression when const-qualified
703
object was passed as the storage argument. (#GH143708)
704
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
+
710
Improvements to Clang's time-trace
711
----------------------------------
712
0 commit comments