[PATCH] D34021: [coroutines] Fix co_await for range statement

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 8 18:22:16 PDT 2017


EricWF added inline comments.


================
Comment at: test/SemaCXX/coawait_range_for.cpp:133
+
+struct ForLoopAwaiterCoawaitLookup {
+  struct promise_type {
----------------
This test is incorrect WRT ADL  lookup.


https://reviews.llvm.org/D34021





More information about the cfe-commits mailing list