summaryrefslogtreecommitdiffstats
path: root/test/PCH/cxx11-lambdas.mm
Commit message (Expand)AuthorAgeFilesLines
* Lazily load the ContextDecl for a lambda's DefinitionData, to fix aRichard Smith2016-08-251-0/+7
* Teach AST printing to not print whitespace inside {} and () for initialization,Richard Smith2015-01-301-1/+1
* Add compat/extension warnings for init captures.Richard Smith2013-09-281-2/+2
* First pass of semantic analysis for init-captures: check the initializer, buildRichard Smith2013-05-161-0/+9
* Generate an AST for the conversion from a lambda closure type to aDouglas Gregor2012-02-221-0/+48