summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjCXX/lambda-expressions.mm
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola2015-01-221-1/+2
* Don't manually insert L prefixes.Rafael Espindola2014-11-061-2/+2
* Use private linkage for globals we already name with \01L and \01l.Rafael Espindola2014-02-271-2/+2
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-7/+7
* Compute 'this' correctly for block in lambda.Eli Friedman2013-07-121-0/+18
* Followup to r183931 to fix the lambda conversion-to-block-pointer member.Eli Friedman2013-06-131-1/+10
* Correctly emit certain implicit references to 'self' even withinJohn McCall2013-05-031-0/+22
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-9/+4
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-4/+9
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-9/+4
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-2/+11
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-2/+2
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-5/+5
* Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name s...Eli Friedman2012-03-011-0/+2
* Implement "optimization" for lambda-to-block conversion which inlines the gen...Eli Friedman2012-03-011-0/+19
* Basic coverage test for conversion-to-block-pointer for lambda expressions.Eli Friedman2012-02-281-0/+18
OpenPOWER on IntegriCloud