This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 32a7bc13e3 Driver: remove support for libstdc++ from CrossWindows new 7c0a112564 Give external linkage and mangling to lambdas inside inline [...]
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: lib/AST/Decl.cpp | 105 ++++++++++++++------------- lib/AST/ItaniumMangle.cpp | 8 +- lib/AST/Linkage.h | 9 ++- lib/Parse/ParseDecl.cpp | 66 +++++++++-------- lib/Sema/SemaDeclCXX.cpp | 26 +++---- lib/Sema/SemaLambda.cpp | 16 +++- lib/Sema/SemaTemplateInstantiateDecl.cpp | 10 +-- test/CodeGenCXX/mangle-lambdas.cpp | 28 +++++-- test/SemaCXX/vartemplate-lambda.cpp | 2 +- test/SemaTemplate/instantiate-static-var.cpp | 2 +- 10 files changed, 160 insertions(+), 112 deletions(-)