aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/lambda-context.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-08-25Lazily load the ContextDecl for a lambda's DefinitionData, to fix aRichard Smith1-0/+22
deserialization cycle caused by the ContextDecl recursively importing members of the lambda's closure type. llvm-svn: 279694