[cfe-commits] [PATCH] Sema and AST for C++0x Lambda Expressions

John Freeman jfreeman at cse.tamu.edu
Thu Aug 11 11:21:21 PDT 2011


Attached is a patch that begins building an AST for lambda expressions. 
It is still incomplete (notably no LambdaExpr yet), but I feel like I 
reached a stopping point and would like a review before I get too deep.

There are quite a few FIXMEs sprinkled throughout. Not all of them 
indicate problems; many just mark design/API/coding convention questions 
for the reviewer. When it came to decisions, I just went with my gut 
figuring I could always fix it later if I was wrong.

Thank you,
John
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: lambda-sema.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110811/1d11bb85/attachment.ksh>


More information about the cfe-commits mailing list