aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-lambdas.cpp
AgeCommit message (Expand)Author
2012-09-26Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman
2012-09-19Test for r164186.Eli Friedman
2012-07-22PR12917: Remove incorrect assumption that lambda mangling information cannotRichard Smith
2012-04-04Move the computation of the lambda mangling information (manglingDouglas Gregor
2012-02-21Implement non-internal linkage for lambda closure types that need aDouglas Gregor
2012-02-21Implement name mangling for lambda expressions that occur within theDouglas Gregor
2012-02-21Implement name mangling for lambda expressions that occur within theDouglas Gregor
2012-02-20Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor