================
@@ -401,6 +424,7 @@ enum MoveType {
Forward = 0, // std::forward
Move = 1, // std::move
Invalidation = 2, // other
+ Suspend, // co_yield, co_await
----------------
higher-performance wrote:Yes, thanks! https://github.com/llvm/llvm-project/pull/172566 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
