[cfe-dev] C++11 lambdas

Douglas Gregor dgregor at apple.com
Wed Nov 2 13:50:12 PDT 2011


On Nov 2, 2011, at 12:51 PM, Gevorg Voskanyan wrote:

> Hello!
> 
> A newcomer here wondering what's the state of things with regards to lambdas support in Clang. I heard there was a gsoc project going on for that this summer, but google doesn't give me any recent updates on that project's results yet. Are we going to have lambdas in Clang soon?

Clang can parse lambdas, but most of the real work---semantic analysis, ASTs, template instantiation, code generation---is not there. I don't expect it to happen "soon", but I'll be fairly embarrassed if we don't have it for the 3.1 release in ~6 months.

	- Doug

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111102/d7b9792e/attachment.html>


More information about the cfe-dev mailing list