summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/lambda-context.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Lazily load the ContextDecl for a lambda's DefinitionData, to fix aRichard Smith2016-08-251-0/+22
deserialization cycle caused by the ContextDecl recursively importing members of the lambda's closure type. llvm-svn: 279694
OpenPOWER on IntegriCloud