summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx1y-generic-lambdas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check i < FD->getNumParams() before queryingDmitri Gribenko2019-04-101-0/+9
* [Sema] Use %sub to cleanup overload diagnosticsEric Fiselier2018-05-301-1/+1
* Fix and simplify handling of return type for (generic) lambda conversion func...Richard Smith2018-01-021-4/+14
* Fix PR32638 : Make sure we switch Sema's CurContext to the substituted Functi...Faisal Vali2017-05-091-0/+7
* Fix tracking of whether the previous template instantiation stack matches the...Richard Smith2017-02-231-1/+1
* Update a few more tests in response to the MS ABI enum semanticsDavid Majnemer2015-10-081-1/+1
* Classes inside lambdas are local not nested.Serge Pavlov2015-07-141-0/+38
* [Sema] Maintain ellipsis location when transforming lambda capturesMeador Inge2015-06-261-0/+15
* PR23334: Perform semantic checking of lambda capture initialization in the ri...Richard Smith2015-04-271-2/+4
* PR22117: Fix a case where we would get confused about which function parameterRichard Smith2015-01-091-1/+10
* Fix PR21684 - Ellipsis following an 'auto' parameter sans name/ID Faisal Vali2014-12-041-0/+4
* Move test from r222476 to a better place; this was reduced to the point that itRichard Smith2014-11-201-7/+0
* Fix crash-on-valid if a lambda-expression appears lexically directly within aRichard Smith2014-11-201-0/+7
* PR21180: Lambda closure types are neither aggregates nor literal types.Richard Smith2014-10-071-7/+12
* PR18401: Fix assert by implementing the current proposed direction of coreRichard Smith2014-01-091-9/+8
* Move a generic lambda test into the more logical test file.Faisal Vali2013-12-081-0/+8
* Fix for PR18052 - Lambdas within NSDMI's and default arguments in Nested clas...Faisal Vali2013-12-041-1/+61
* A quick fix to PR17877 that was introduced by r194188 (generic-lambda-capturi...Faisal Vali2013-11-121-1/+22
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-071-4/+115
* Support return type deduction for templates in -fdelayed-template-parsing (mi...Faisal Vali2013-11-011-3/+45
* Refactor: Extract specializing the generic lambda call operator during conver...Faisal Vali2013-10-241-1/+4
* Fix a test file option from -emit-llvm -o to -emit-llvm-only.Faisal Vali2013-10-241-1/+1
* Fix an instantiation bug with nested generic lambdas and conversion to fptrs.Faisal Vali2013-10-241-0/+44
* And Again: Teach TreeTransform how to transform nested generic lambdas.Faisal Vali2013-10-231-3/+514
* Revert r193223 and r193216.Rafael Espindola2013-10-231-514/+3
* Again: Teach TreeTransform and family how to transform generic Faisal Vali2013-10-231-3/+514
* Revert "Teach TreeTransform and family how to transform generic lambdas withi...Rafael Espindola2013-10-041-477/+3
* Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali2013-10-031-3/+477
* Revert changes from the nested lambdas commit till i figure out Faisal Vali2013-10-031-477/+3
* Teach TreeTransform and family how to transform generic lambdas within templa...Faisal Vali2013-10-031-3/+477
* Implement conversion to function pointer for generic lambdas without captures.Faisal Vali2013-09-291-0/+116