This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b45d7017a7 [Tooling] Test more APIs of ToolExecutor. NFC. new b926dd8427 [ASTImporter] Support LambdaExprs and improve template support
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/ASTImporter.cpp | 311 +++++++++++++++++---- lib/AST/ASTStructuralEquivalence.cpp | 48 +++- lib/AST/ExternalASTMerger.cpp | 36 ++- .../class-template/Inputs/class-template1.cpp | 5 +- .../class-template/Inputs/class-template2.cpp | 4 +- test/ASTMerge/class-template/test.cpp | 36 +-- test/ASTMerge/exprs-cpp/Inputs/exprs3.cpp | 17 ++ test/ASTMerge/exprs-cpp/test.cpp | 3 + test/ASTMerge/function-cpp/Inputs/function-1.cpp | 8 + test/ASTMerge/function-cpp/test.cpp | 10 + test/Import/template-specialization/Inputs/T.cpp | 4 + test/Import/template-specialization/test.cpp | 5 +- unittests/AST/ASTImporterTest.cpp | 35 ++- 13 files changed, 435 insertions(+), 87 deletions(-) create mode 100644 test/ASTMerge/function-cpp/Inputs/function-1.cpp create mode 100644 test/ASTMerge/function-cpp/test.cpp