summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda
Commit message (Expand)AuthorAgeFilesLines
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-0/+22
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-2/+3
* Clarify the error message when the reason the conversion is not viable is bec...Nick Lewycky2015-08-251-1/+1
* Instantiate function declarations in instantiated functions.Serge Pavlov2015-08-231-5/+8
* Fix typo from r237482. "to reference of type" --> "to reference to type"Richard Trieu2015-05-161-4/+4
* When emitting a dropped qualifier error, show which qualifiers are dropped.Richard Trieu2015-05-161-4/+4
* Reverse the order of types in the reference dropping qualifiers error.Richard Trieu2015-05-151-4/+4
* PR23334: Perform semantic checking of lambda capture initialization in the ri...Richard Smith2015-04-272-6/+6
* Add a warning for direct-list-initialization of a variable with a deduced typeRichard Smith2015-02-111-2/+2
* DR1048: drop top-level cv-qualifiers when deducing the return type of aRichard Smith2014-12-191-5/+2
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-172-2/+2
* DR1891, PR21787: a lambda closure type has no default constructor, rather thanRichard Smith2014-12-102-5/+5
* Handle use of default member initializers before end of outermost classReid Kleckner2014-11-171-2/+2
* PR21180: Lambda closure types are neither aggregates nor literal types.Richard Smith2014-10-071-0/+5
* More fixes for isBetterOverloadCandidate not being a strict weak ordering. TheRichard Smith2014-05-171-0/+18
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-1/+1
* Normalize line endingsDavid Majnemer2014-03-022-156/+156
* Require the type of a by-copy capture to be complete before creating its field.Douglas Gregor2013-12-181-0/+9
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-1/+1
* Delete the now unnecessary test/generic-lambda-unimplemented-1y.cppFaisal Vali2013-12-071-31/+0
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-073-7/+9
* And Again: Teach TreeTransform how to transform nested generic lambdas.Faisal Vali2013-10-231-17/+0
* Revert r193223 and r193216.Rafael Espindola2013-10-231-0/+17
* Again: Teach TreeTransform and family how to transform generic Faisal Vali2013-10-231-17/+0
* Diagnose by-copy captures of abstract classes.Douglas Gregor2013-10-111-0/+12
* Revert "Teach TreeTransform and family how to transform generic lambdas withi...Rafael Espindola2013-10-041-0/+17
* Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali2013-10-031-17/+0
* Revert changes from the nested lambdas commit till i figure out Faisal Vali2013-10-031-0/+17
* Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali2013-10-031-17/+0
* Implement conversion to function pointer for generic lambdas without captures.Faisal Vali2013-09-291-23/+20
* 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
OpenPOWER on IntegriCloud