aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/lambda-expressions.cpp
AgeCommit message (Expand)Author
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2013-01-31Update the tests.Bill Wendling
2013-01-29Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling
2013-01-03Don't assert/crash on reference variables in lambdas bound to aEli Friedman
2012-12-14clang/test/CodeGenCXX/lambda-expressions.cpp: Relax expression for -Asserts.NAKAMURA Takumi
2012-12-13Make sure the __invoke function for lambdas returns properly. Per bug report...Eli Friedman
2012-12-01Fix the determination of whether a capture refers to an enclosingDouglas Gregor
2012-10-20DR1472: A reference isn't odr-used if it has preceding initialization,Richard Smith
2012-08-07Teach Expr::HasSideEffects about all the Expr types, and fix a bug where itRichard Smith
2012-02-21Implement non-internal linkage for lambda closure types that need aDouglas Gregor
2012-02-20Make sure that we set up the right declaration contexts when creatingDouglas Gregor
2012-02-20When we resolve the type of an 'auto' variable, clear out the linkageDouglas Gregor
2012-02-20Basic support for name mangling of C++11 lambda expressions. BecauseDouglas Gregor
2012-02-17Rework the Sema/AST/IRgen dance for the lambda closure type'sDouglas Gregor
2012-02-14Add a coverage test for lambda expression IRGen.Eli Friedman