This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b5b9d9e [Sema][Comments] Factor out function type loc logic. NFCI new 7195f85 Lazily load the ContextDecl for a lambda's DefinitionData, to [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/AST/DeclCXX.h | 7 ++----- lib/AST/DeclCXX.cpp | 6 ++++++ lib/Serialization/ASTReaderDecl.cpp | 2 +- lib/Serialization/ASTWriter.cpp | 2 +- test/Modules/lambda-context.cpp | 22 ++++++++++++++++++++++ test/PCH/cxx11-lambdas.mm | 7 +++++++ 6 files changed, 39 insertions(+), 7 deletions(-) create mode 100644 test/Modules/lambda-context.cpp