]> granicus.if.org Git - clang/commit
[coroutines] Do not attempt to typo-correct when coroutine is looking for required...
authorGor Nishanov <GorNishanov@gmail.com>
Tue, 27 Mar 2018 20:38:19 +0000 (20:38 +0000)
committerGor Nishanov <GorNishanov@gmail.com>
Tue, 27 Mar 2018 20:38:19 +0000 (20:38 +0000)
commitbc15147a08b852975492811a1955a349c969c295
tree448ee45c7edb816858215dfb62255a1f027619b9
parentda20e3ce6c7a8d594349575657a08ed488897582
[coroutines] Do not attempt to typo-correct when coroutine is looking for required members

When SemaCoroutine looks for await_resume, it means it. No need for helpful: "Did you mean await_ready?" messages.

Fixes PR33477 and a couple of FIXMEs in test/SemaCXX/coroutines.cpp

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@328663 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCoroutine.cpp
test/SemaCXX/coroutines.cpp