[clang] [Clang][Sema]:Fix musttail attribute on a function with not_tail_called attribute has no warning/error (PR #134465)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 10 09:29:40 PDT 2025
================
@@ -3134,6 +3134,7 @@ def warn_function_attribute_ignored_in_stmt : Warning<
"use '%0' on statements">,
InGroup<IgnoredAttributes>;
+
----------------
AaronBallman wrote:
Can back out this whitespace change.
https://github.com/llvm/llvm-project/pull/134465
More information about the cfe-commits
mailing list