summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/lambda-expressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Don't crash when a lambda uses a local constexpr variableDavid Majnemer2015-01-011-2/+10
* CodeGen: Compound literals with funny types shouldn't crashDavid Majnemer2014-12-141-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-14/+14
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-1/+1
* Update the tests.Bill Wendling2013-01-311-1/+1
* Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling2013-01-291-1/+1
* Don't assert/crash on reference variables in lambdas bound to aEli Friedman2013-01-031-2/+13
* clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts.NAKAMURA Takumi2012-12-141-2/+2
* Make sure the __invoke function for lambdas returns properly. Per bug report...Eli Friedman2012-12-131-0/+9
* Fix the determination of whether a capture refers to an enclosingDouglas Gregor2012-12-011-1/+12
* DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith2012-10-201-0/+9
* Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith2012-08-071-2/+6
* Implement non-internal linkage for lambda closure types that need aDouglas Gregor2012-02-211-16/+16
* Make sure that we set up the right declaration contexts when creatingDouglas Gregor2012-02-201-0/+3
* When we resolve the type of an 'auto' variable, clear out the linkageDouglas Gregor2012-02-201-0/+3
* Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor2012-02-201-16/+16
* Rework the Sema/AST/IRgen dance for the lambda closure type'sDouglas Gregor2012-02-171-0/+18
* Add a coverage test for lambda expression IRGen.Eli Friedman2012-02-141-0/+54