This is an archive of the discontinued LLVM Phabricator instance.

[coroutines] [NFC] Add tests for return_void, unhandled_exception and promise dtor
ClosedPublic

Authored by GorNishanov on May 23 2017, 8:40 PM.

Details

Summary
  • Test that coroutine promise destructor is called.
  • Test that we call return_void on fallthrough
  • Test that we call unhandled exception in a try catch surrounding the body

Diff Detail

Repository
rL LLVM

Event Timeline

GorNishanov created this revision.May 23 2017, 8:40 PM
This revision is now accepted and ready to land.May 23 2017, 8:54 PM
This revision was automatically updated to reflect the committed changes.