This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 777d844 Fix memory leak caused by r286096. new 2d91c3a When the ASTImporter imports a source location, it avoids imp [...]
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 | 4 ++-- test/ASTMerge/Inputs/macro.modulemap | 4 ++++ test/ASTMerge/Inputs/macro1.h | 5 +++++ test/ASTMerge/Inputs/macro1.m | 5 +++++ test/ASTMerge/Inputs/macro2.m | 5 +++++ test/ASTMerge/macro.m | 6 ++++++ 6 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 test/ASTMerge/Inputs/macro.modulemap create mode 100644 test/ASTMerge/Inputs/macro1.h create mode 100644 test/ASTMerge/Inputs/macro1.m create mode 100644 test/ASTMerge/Inputs/macro2.m create mode 100644 test/ASTMerge/macro.m