aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/lambda-expressions.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-14When emitting a multidimensional array copy, only emit a single flattenedRichard Smith1-12/+4
2016-12-14Remove custom handling of array copies in lambda by-value array capture andRichard Smith1-25/+51
2016-07-20When copying an array into a lambda, destroy temporaries fromJohn McCall1-2/+52
2016-01-25Allow capture typedefs/type aliases for VLAs in lambdas/captured statements c...Alexey Bataev1-3/+7
2016-01-21Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured State...Alexey Bataev1-20/+33
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall1-1/+1
2015-04-28Fix assertion failure if a lambda array-capture is followed by a this capture.Richard Smith1-0/+9
2015-03-13Test case updates for explicit type parameter to the gep operatorDavid Blaikie1-1/+1
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-11/+11
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola1-9/+9
2015-01-21Use a CHECK-LABEL. NFCRafael Espindola1-1/+1
2015-01-01CodeGen: Don't crash when a lambda uses a local constexpr variableDavid Majnemer1-2/+10
2014-12-14CodeGen: Compound literals with funny types shouldn't crashDavid Majnemer1-1/+1
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-14/+14
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling1-1/+1
2013-01-31Update the tests.Bill Wendling1-1/+1
2013-01-29Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling1-1/+1
2013-01-03Don't assert/crash on reference variables in lambdas bound to aEli Friedman1-2/+13
2012-12-14clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts.NAKAMURA Takumi1-2/+2
2012-12-13Make sure the __invoke function for lambdas returns properly. Per bug report...Eli Friedman1-0/+9
2012-12-01Fix the determination of whether a capture refers to an enclosingDouglas Gregor1-1/+12
2012-10-20DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith1-0/+9
2012-08-07Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith1-2/+6
2012-02-21Implement non-internal linkage for lambda closure types that need aDouglas Gregor1-16/+16
2012-02-20Make sure that we set up the right declaration contexts when creatingDouglas Gregor1-0/+3
2012-02-20When we resolve the type of an 'auto' variable, clear out the linkageDouglas Gregor1-0/+3
2012-02-20Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor1-16/+16
2012-02-17Rework the Sema/AST/IRgen dance for the lambda closure type'sDouglas Gregor1-0/+18
2012-02-14Add a coverage test for lambda expression IRGen.Eli Friedman1-0/+54