This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 232bf3f19a [ARCMigrate] When applying changes from remap files, disable [...] new ecd30bdd01 [ASTImporter] Move structural equivalence context to its own [...]
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/ASTStructuralEquivalence.h | 101 ++ lib/AST/ASTImporter.cpp | 1444 +------------------------- lib/AST/ASTStructuralEquivalence.cpp | 1318 +++++++++++++++++++++++ lib/AST/CMakeLists.txt | 1 + 4 files changed, 1451 insertions(+), 1413 deletions(-) create mode 100644 include/clang/AST/ASTStructuralEquivalence.h create mode 100644 lib/AST/ASTStructuralEquivalence.cpp