================
@@ -3170,6 +3170,8 @@ def note_musttail_mismatch : Note<
"|has type mismatch at %ordinal3 parameter"
"%diff{ (expected $ but has $)|}1,2"
"|has different return type%diff{ ($ expected but has $)|}1,2}0">;
+def note_musttail_disabled_by_not_tail_called : Note<
+ "'not_tail_called' attribute here prevents being called as a tail call">;
----------------
erichkeane wrote:
```suggestion
"'not_tail_called' attribute prevents being called as a tail call">;
```
https://github.com/llvm/llvm-project/pull/134465
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits