================
@@ -401,6 +424,7 @@ enum MoveType {
Forward = 0, // std::forward
Move = 1, // std::move
Invalidation = 2, // other
+ Suspend, // co_yield, co_await
----------------
EugeneZelenko wrote:Should numerical value be added for consistency? Or remove all of them? https://github.com/llvm/llvm-project/pull/172566 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
