EricWF marked an inline comment as done. EricWF added inline comments.
================ Comment at: lib/Sema/SemaCoroutine.cpp:324 struct ReadySuspendResumeResult { + enum AwaitCallType { ACT_Ready, ACT_Suspend, ACT_Resume }; Expr *Results[3]; ---------------- GorNishanov wrote: > enum class? We want the explicit conversion to integers so we can use them as indexes to `Results`. https://reviews.llvm.org/D33625 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits