summaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTLambda.h
Commit message (Expand)AuthorAge
* Teach getTemplateInstantiationPattern to deal with generic lambdas.Faisal Vali2014-04-03
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-07
* Remove an unnecessary overload from ASTLambda.h Faisal Vali2013-09-29
* Implement conversion to function pointer for generic lambdas without captures.Faisal Vali2013-09-29
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-26