[PATCH] D30809: [coroutines] Add codegen for await and yield expressions

David Majnemer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 13 16:24:48 PDT 2017


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





More information about the cfe-commits mailing list