summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-lambdas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark C++ reference parameters as dereferenceableHal Finkel2014-07-181-1/+1
* Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky2014-05-281-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-35/+35
* More fixes for block mangling.Eli Friedman2013-07-021-3/+3
* Don't skip lambdas when mangling local vars.Eli Friedman2013-07-021-3/+3
* Fix a small bug in the linkage computation for the lambda conversion-to-funct...Eli Friedman2013-06-131-1/+10
* Fix an edge case of mangling involving the combination of a lambda and typeid.Eli Friedman2012-09-261-0/+13
* Test for r164186.Eli Friedman2012-09-191-0/+14
* PR12917: Remove incorrect assumption that lambda mangling information cannotRichard Smith2012-07-221-6/+29
* Move the computation of the lambda mangling information (manglingDouglas Gregor2012-04-041-0/+16
* Implement non-internal linkage for lambda closure types that need aDouglas Gregor2012-02-211-3/+65
* Implement name mangling for lambda expressions that occur within theDouglas Gregor2012-02-211-0/+47
* Implement name mangling for lambda expressions that occur within theDouglas Gregor2012-02-211-1/+56
* Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor2012-02-201-0/+22