[cfe-dev] status of lambda expression implementation

Shawn Erickson shawnce at gmail.com
Mon Sep 19 12:53:49 PDT 2011


On Thu, Aug 11, 2011 at 7:25 PM, John Freeman <jfreeman at cse.tamu.edu> wrote:
> On 8/8/11 4:59 AM, Carter Cheng wrote:
>> I am
>> curious what the current status is of the lambda C++0x code.
>
> Parsing is done for the moment. I have submitted a patch today with the
> first steps toward semantic analysis and AST generation. No work has
> started yet on code generation. The near term goal is to support
> unnested lambda expressions with no implicit captures, but I cannot
> predict when that will happen.

Has the C++11 status page been updated with the current status of this
work (and other C++11 related work).

http://clang.llvm.org/cxx_status.html

-Shawn



More information about the cfe-dev mailing list