summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx1y-init-captures.cpp
AgeCommit message (Expand)Author
2017-08-22[Parser] Correct initalizer typos before lambda capture type is deduced.Volodymyr Sapsai
2016-07-01C++14 init-capture: error out instead of crashing.Manman Ren
2015-11-11N3922: direct-list-initialization of an auto-typed variable no longer deduces aRichard Smith
2015-05-07Replace the broken LambdaCapture::isInitCapture API.James Dennett
2013-12-08Move a generic lambda test into the more logical test file.Faisal Vali
2013-12-08Fix an assertion introduced by my previous refactoring.Faisal Vali
2013-12-05Fix init-captures for generic lambdas.Faisal Vali
2013-09-28Add extra testing for init-captures.Richard Smith