summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Lambda.h
Commit message (Expand)AuthorAge
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-28
* Documentation: Update docs for C++ lambdas to more accurately reflectJames Dennett2013-07-02
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-16
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-07