majnemer added inline comments. ================ Comment at: lib/CodeGen/CGCoroutine.cpp:85 + unsigned No = 0; + const char* AwaitKindStr = 0; + switch (Kind) { ---------------- I'd use a StringRef here. https://reviews.llvm.org/D30809