This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from be604857d3 [X86] NFC Include immintrin.h in CodeGen tests new 4d35581b46 [ASTImporter] Add unit tests for structural equivalence
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: unittests/AST/ASTImporterTest.cpp | 45 +----- unittests/AST/CMakeLists.txt | 2 + unittests/AST/Language.cpp | 60 ++++++++ unittests/AST/Language.h | 47 +++++++ unittests/AST/MatchVerifier.h | 14 +- unittests/AST/StructuralEquivalenceTest.cpp | 207 ++++++++++++++++++++++++++++ 6 files changed, 322 insertions(+), 53 deletions(-) create mode 100644 unittests/AST/Language.cpp create mode 100644 unittests/AST/Language.h create mode 100644 unittests/AST/StructuralEquivalenceTest.cpp