summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda
Commit message (Expand)AuthorAgeFilesLines
...
* Add compat/extension warnings for init captures.Richard Smith2013-09-282-2/+2
* Per latest drafting, switch to implementing init-captures as if by declaringRichard Smith2013-09-282-33/+26
* Fix the test files by removing the unnecessary -emit-llvm flag (should addres...Faisal Vali2013-09-272-6/+2
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-265-2/+268
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-225-267/+2
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-225-2/+267
* sizeof(void) etc. should be a hard error in C++.Eli Friedman2013-08-131-1/+1
* Handle a difference in lambda return type deduction between C++11 and C++1y: ifRichard Smith2013-07-261-1/+4
* More fixes for block mangling.Eli Friedman2013-07-021-1/+1
* Don't skip lambdas when mangling local vars.Eli Friedman2013-07-021-1/+1
* Fix mangling for block literals.Eli Friedman2013-07-011-1/+1
* Change mangling of objects inside block literals.Eli Friedman2013-06-241-1/+1
* PR16263: Implement current direction of core issue 1376. Binding a reference toRichard Smith2013-06-151-1/+1
* Unify return type checking for functions and ObjC methods. Move all theEli Friedman2013-06-141-1/+1
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-163-0/+110
* C++1y: provide full 'auto' return type deduction for lambda expressions. ThisRichard Smith2013-05-122-0/+10
* DR974: Lambdas can have default arguments.Richard Smith2013-04-172-6/+4
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-172-3/+5
* Improve diagnostic wording for when an implicitly-deleted special memberRichard Smith2012-12-281-1/+1
* When capturing 'this' in a lambda, make sure to update the set ofDouglas Gregor2012-10-251-0/+15
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-194-0/+4
* PR12057: Allow variadic template pack expansions to cross lambda boundaries.Richard Smith2012-07-252-3/+20
* block literal irgen: several improvements on naming blockFariborz Jahanian2012-06-261-3/+3
* Check the parameter lists and return type of both blocks and lambdasDouglas Gregor2012-06-151-0/+21
* Fixes some test cases that should have come along with r157943.Aaron Ballman2012-06-041-4/+4
* Clean up r156925, so that we only mark the capturing DeclRefExpr of aDouglas Gregor2012-05-162-22/+29
* Fix code generation of variables reference expressions when mixingDouglas Gregor2012-05-161-0/+22
* Improve diagnostics for invalid use of non-static members / this:Richard Smith2012-04-051-1/+1
* Make the odr-use logic work correctly for constant-expressions. PR12006.Eli Friedman2012-02-291-3/+2
* Teach overload resolution to prefer user-defined conversion via aDouglas Gregor2012-02-221-0/+31
* Generate an AST for the conversion from a lambda closure type to aDouglas Gregor2012-02-221-0/+0
* Improve our handling of lambda expressions that occur within defaultDouglas Gregor2012-02-211-0/+6
* Rewrite variable capture within lambda expressions and blocks,Douglas Gregor2012-02-183-5/+48
* Unify our computation of the type of a captured reference to aDouglas Gregor2012-02-182-2/+5
* Only add 'const' to the type of variables captured in a lambda whenDouglas Gregor2012-02-171-0/+4
* Lambda closure types are always considered to be like "local" classes,Douglas Gregor2012-02-161-0/+33
* Implicitly define a lambda's conversion functions (to functionDouglas Gregor2012-02-161-0/+20
* Lambda closure types have a conversion function to a block pointerDouglas Gregor2012-02-151-0/+7
* When overload resolution picks an implicitly-deleted special memberDouglas Gregor2012-02-151-6/+3
* A little more lambda capture initialization diagnostics cleanupDouglas Gregor2012-02-151-1/+8
* Introduce a new initialization entity for lambda captures, andDouglas Gregor2012-02-151-3/+6
* Specialize noreturn diagnostics for lambda expressions.Douglas Gregor2012-02-153-3/+5
* Specialize the diagnostic complaining about conflicting types ofDouglas Gregor2012-02-151-2/+2
* Implement C++ core issue 974, which permits default arguments forDouglas Gregor2012-02-142-2/+53
* Check the return type of lambda expressions.Douglas Gregor2012-02-142-0/+16
* Implement support for lambda capture pack expansions, e.g.,Douglas Gregor2012-02-141-0/+58
* Simple test ensuring that we perform direct initialization when copy-capturin...Douglas Gregor2012-02-141-0/+9
* Link together the call operator produced from transforming a lambdaDouglas Gregor2012-02-141-0/+71
* Introduce support for template instantiation of lambdaDouglas Gregor2012-02-131-0/+45
* Within the body of a lambda expression, decltype((x)) for anDouglas Gregor2012-02-122-2/+43
OpenPOWER on IntegriCloud