summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/lambda-expressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* When emitting a multidimensional array copy, only emit a single flattenedRichard Smith2016-12-141-12/+4
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-25/+51
* When copying an array into a lambda, destroy temporaries fromJohn McCall2016-07-201-2/+52
* Allow capture typedefs/type aliases for VLAs in lambdas/captured statements c...Alexey Bataev2016-01-251-3/+7
* Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured State...Alexey Bataev2016-01-211-20/+33
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-1/+1
* Fix assertion failure if a lambda array-capture is followed by a this capture.Richard Smith2015-04-281-0/+9
* Test case updates for explicit type parameter to the gep operatorDavid Blaikie2015-03-131-1/+1
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-11/+11
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-9/+9
* Use a CHECK-LABEL. NFCRafael Espindola2015-01-211-1/+1
* 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
OpenPOWER on IntegriCloud