summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/coroutine-seh.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [coroutines] Wrap the body of the coroutine in try-catchGor Nishanov2017-05-221-0/+37
Summary: If unhandled_exception member function is present in the coroutine promise, wrap the body of the coroutine in: ``` try { body } catch(...) { promise.unhandled_exception(); } ``` Reviewers: EricWF, rnk, rsmith Reviewed By: rsmith Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D31692 llvm-svn: 303583
OpenPOWER on IntegriCloud