summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/mangle-lambdas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-land [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-2/+8
* Revert [mangle] Fix mangling where an extra mangle context is required.Reid Kleckner2019-10-101-8/+2
* [mangle] Fix mangling where an extra mangle context is required.Michael Liao2019-10-091-2/+8
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-221-5/+23
* Revert "Give external linkage and mangling to lambdas inside inline variables...Vitaly Buka2017-09-211-23/+5
* Give external linkage and mangling to lambdas inside inline variables and var...Richard Smith2017-09-201-5/+23
* Fix mangling numbers for varargs lambdas; varargs and non-varargs lambdas getRichard Smith2016-10-231-0/+10
* Changed renaming of local symbols by inserting a dot vefore the numeric suffixSunil Srivastava2015-05-121-4/+4
* Remove test for PR12917 for now. I'm relatively sure this is ill-formed per [...Benjamin Kramer2015-03-271-22/+0
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-31/+36
* 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
OpenPOWER on IntegriCloud