[PATCH] Implement CapturedStmt AST
Wei Pan
wei.pan at intel.com
Tue Feb 5 11:41:23 PST 2013
wwwwpan added you to the CC list for the revision " Implement CapturedStmt AST".
Hi doug.gregor,
This is the first patch to implement generic function outling via CapturedStmts. Note that
- CapturedStmt is not exposed to the C api,
- Serialization and template support are pending.
Patches for parsing and semantics will follow soon.
http://llvm-reviews.chandlerc.com/D370
Files:
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/Stmt.h
include/clang/Basic/StmtNodes.td
include/clang/Serialization/ASTBitCodes.h
lib/AST/ASTDumper.cpp
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.h
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriterStmt.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
tools/libclang/CXCursor.cpp
tools/libclang/RecursiveASTVisitor.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D370.1.patch
Type: text/x-patch
Size: 14615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130205/577920a5/attachment.bin>
More information about the cfe-commits
mailing list