[PATCH] D25879: [coroutines] Add allocation and deallocation substatements.
Gor Nishanov via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 12:51:32 PDT 2016
GorNishanov created this revision.
GorNishanov added a reviewer: rsmith.
GorNishanov added subscribers: llvm-commits, EricWF.
Herald added a subscriber: mehdi_amini.
SemaCoroutine: Add allocation / deallocation substatements.
CGCoroutine/Test: Emit allocation and deallocation + test.
https://reviews.llvm.org/D25879
Files:
include/clang/AST/StmtCXX.h
lib/CodeGen/CGCoroutine.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.h
lib/Sema/SemaCoroutine.cpp
test/CodeGenCoroutines/coro-alloc.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25879.75464.patch
Type: text/x-patch
Size: 14456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161021/7788741b/attachment.bin>
More information about the llvm-commits
mailing list