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