aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/lambda-expressions.cpp
AgeCommit message (Expand)Author
2012-02-21Implement non-internal linkage for lambda closure types that need aDouglas Gregor
2012-02-20Make sure that we set up the right declaration contexts when creatingDouglas Gregor
2012-02-20When we resolve the type of an 'auto' variable, clear out the linkageDouglas Gregor
2012-02-20Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor
2012-02-17Rework the Sema/AST/IRgen dance for the lambda closure type'sDouglas Gregor
2012-02-14Add a coverage test for lambda expression IRGen.Eli Friedman