[PATCH] Implement CapturedStmt AST
Wei Pan
wei.pan at intel.com
Tue Feb 19 20:54:33 PST 2013
Thanks for the suggestions! This updated patch removed "CopyExpr' from the Capture class. Similar to LambdaExpr, field initializer expressions will be stored in CapturedStmt instead.
Removed ASTDumper::VisitCapturedStmt since CapturedStmt::children consist of field initializers and the statement being captured, as stated in the comment.
Thanks again for reviewing this patch!
http://llvm-reviews.chandlerc.com/D370
More information about the cfe-commits
mailing list