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

Gor Nishanov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 12 08:38:22 PDT 2017


GorNishanov marked an inline comment as done.
GorNishanov added inline comments.


================
Comment at: lib/CodeGen/CGCoroutine.cpp:85
+  unsigned No = 0;
+  const char* AwaitKindStr = 0;
+  switch (Kind) {
----------------
majnemer wrote:
> I'd use a StringRef here.
StringRef it is.



https://reviews.llvm.org/D30809





More information about the cfe-commits mailing list