]> granicus.if.org Git - clang/commit
[coroutines] Add serialization/deserialization of coroutines
authorGor Nishanov <GorNishanov@gmail.com>
Tue, 25 Jul 2017 18:01:49 +0000 (18:01 +0000)
committerGor Nishanov <GorNishanov@gmail.com>
Tue, 25 Jul 2017 18:01:49 +0000 (18:01 +0000)
commit6a4e0d5fc1fcf5ce7e11193d49ec969cb7da8db5
treeb5eebcafcb62cd6bf677f5790eab5dbcef78239c
parent4d083037ef57bef3ac11f28bc8dfeaa15983c87c
[coroutines] Add serialization/deserialization of coroutines

Reviewers: rsmith

Reviewed By: rsmith

Subscribers: EricWF, cfe-commits

Differential Revision: https://reviews.llvm.org/D35383

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308996 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/StmtCXX.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/StmtCXX.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
test/PCH/coroutines.cpp [new file with mode: 0644]