majnemer added inline comments.
================
Comment at: lib/CodeGen/CGCoroutine.cpp:85
+ unsigned No = 0;
+ StringRef AwaitKindStr = 0;
+ switch (Kind) {
----------------
I'd just let the default constructor do its thing.
https://reviews.llvm.org/D30809