summaryrefslogtreecommitdiff
path: root/test/PCH/cxx11-lambdas.mm
AgeCommit message (Expand)Author
2017-09-20Implement C++ [basic.link]p8.Richard Smith
2016-08-25Lazily load the ContextDecl for a lambda's DefinitionData, to fix aRichard Smith
2015-01-30Teach AST printing to not print whitespace inside {} and () for initialization,Richard Smith
2013-09-28Add compat/extension warnings for init captures.Richard Smith
2013-05-16First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith
2012-02-22Generate an AST for the conversion from a lambda closure type to aDouglas Gregor