[PATCH] D31692: [coroutines] Wrap the body of the coroutine in try-catch
Gor Nishanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 22 14:29:37 PDT 2017
GorNishanov updated this revision to Diff 99814.
GorNishanov added a comment.
1. Heap allocate CxxTryStmt in CGCoroutine.
2. Merge with trunk
https://reviews.llvm.org/D31692
Files:
include/clang/Basic/DiagnosticSemaKinds.td
lib/CodeGen/CGCoroutine.cpp
lib/Sema/SemaCoroutine.cpp
test/CodeGenCoroutines/coro-cleanup.cpp
test/CodeGenCoroutines/coro-eh-cleanup.cpp
test/SemaCXX/coroutine-seh.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31692.99814.patch
Type: text/x-patch
Size: 9734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170522/b252815b/attachment.bin>
More information about the cfe-commits
mailing list