Issue 108730
Summary Question about attrbutes and C++20 coroutines
Labels new issue
Assignees
Reporter kelbon
    As i understand, now all attributes like [[pure]] [[always_inline]] [[flatten]] [[cold]] [[hot]] etc when applied to coroutine function applied to implicit function which return coroutine, not to coroutine itself

So, my question is how to, for example, apply [[flatten]] to coroutine::resume function? Is it possible?



_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to