[clang] [Clang][Sema]:Fix musttail attribute on a function with not_tail_called attribute has no warning/error (PR #134465)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 14 06:17:09 PDT 2025
================
@@ -325,6 +325,9 @@ Improvements to Clang's diagnostics
- Now correctly diagnose a tentative definition of an array with static
storage duration in pedantic mode in C. (#GH50661)
+- An error is now emitted when a ``musttail`` call is made to a function marked with the ``not_tail_called`` attribute. (#GH133509).
+
+
----------------
erichkeane wrote:
There should only be a single -new-line at the end of this list.
https://github.com/llvm/llvm-project/pull/134465
More information about the cfe-commits
mailing list