]> granicus.if.org Git - clang/commit
[coroutines] Make sure auto return type of await_resume is properly handled
authorGor Nishanov <GorNishanov@gmail.com>
Tue, 5 Sep 2017 19:31:52 +0000 (19:31 +0000)
committerGor Nishanov <GorNishanov@gmail.com>
Tue, 5 Sep 2017 19:31:52 +0000 (19:31 +0000)
commit5d5d6f40e1513fc71aaf4e3b925af7b21e80f6c5
treef9d263ad4238a3eb17738e7e3edb64563ddc52b6
parent9a30feb06ef1ecc59dcd9dd3dfb46478c476be1d
[coroutines] Make sure auto return type of await_resume is properly handled

Reviewers: rsmith, EricWF

Reviewed By: rsmith

Subscribers: javed.absar, cfe-commits

Differential Revision: https://reviews.llvm.org/D37454

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