[PATCH] Serialization for captured statements
Ben Langmuir
ben.langmuir at intel.com
Tue Apr 30 05:50:08 PDT 2013
Hi doug.gregor,
Add serialization for captured statements and captured decls. Also add
a const_capture_iterator to CapturedStmt.
Test contributed by Wei Pan
This patch depends on the AST+Sema changes in D722 (move parameters into
CapturedDecl).
http://llvm-reviews.chandlerc.com/D727
Files:
include/clang/AST/Decl.h
include/clang/AST/Stmt.h
lib/AST/Decl.cpp
lib/AST/Stmt.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.h
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterDecl.cpp
lib/Serialization/ASTWriterStmt.cpp
test/PCH/captured-stmt.cpp
test/PCH/captured-stmt.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D727.1.patch
Type: text/x-patch
Size: 10718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130430/3f913ced/attachment.bin>
More information about the cfe-commits
mailing list