[Coroutines] Handle dependent promise types for final_suspend non-throw check
Summary: Check that the co_await promise.final_suspend() does not potentially throw again after we have resolved dependent types. This takes care of the cases where promises types are templated. Added test cases for this scenario and confirmed that the checks happen now. Also run libcxx tests locally to make sure all tests pass. Reviewers: Benabik, lewissbaker, junparser, modocache Reviewed By: modocache Subscribers: modocache, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D82332
Loading
Please sign in to comment