summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx1y-init-captures.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r350917 "[Sema] If CheckPlaceholderExpr rewrites the initializerRichard Smith2019-04-241-0/+15
* PR24164, PR39336: init-captures are not distinct full-expressions.Richard Smith2018-10-191-4/+4
* [Parser] Correct initalizer typos before lambda capture type is deduced.Volodymyr Sapsai2017-08-221-0/+8
* C++14 init-capture: error out instead of crashing.Manman Ren2016-07-011-0/+10
* N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith2015-11-111-0/+6
* Replace the broken LambdaCapture::isInitCapture API.James Dennett2015-05-071-1/+24
* Move a generic lambda test into the more logical test file.Faisal Vali2013-12-081-7/+0
* Fix an assertion introduced by my previous refactoring.Faisal Vali2013-12-081-1/+8
* Fix init-captures for generic lambdas.Faisal Vali2013-12-051-6/+161
* Add extra testing for init-captures.Richard Smith2013-09-281-0/+14