[all-commits] [llvm/llvm-project] 061f87: [Clang][Sema]:Fix musttail attribute on a function...
MillePlateaux via All-commits
all-commits at lists.llvm.org
Mon Apr 14 13:10:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 061f87f75f38e80e7494b5f7235103f7f11a36c3
https://github.com/llvm/llvm-project/commit/061f87f75f38e80e7494b5f7235103f7f11a36c3
Author: MillePlateaux <liulambda at outlook.com>
Date: 2025-04-14 (Mon, 14 Apr 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaStmt.cpp
A clang/test/Sema/attr-musttail.cpp
Log Message:
-----------
[Clang][Sema]:Fix musttail attribute on a function with not_tail_called attribute has no warning/error (#134465)
The error is emitted when a musttail call is made to a function marked
with the not_tail_called attribute.Closes #133509
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list