This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c10f0b96ca PR41845: Detect and reject mismatched inner/outer pack expan [...] new f585a602f5 [ASTImporter] Separate unittest files
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/ASTImporterFixtures.cpp | 210 +++++ unittests/AST/ASTImporterFixtures.h | 176 ++++ unittests/AST/ASTImporterGenericRedeclTest.cpp | 577 +++++++++++++ unittests/AST/ASTImporterTest.cpp | 1069 +----------------------- unittests/AST/ASTImporterVisibilityTest.cpp | 219 +++++ unittests/AST/CMakeLists.txt | 3 + 6 files changed, 1189 insertions(+), 1065 deletions(-) create mode 100644 unittests/AST/ASTImporterFixtures.cpp create mode 100644 unittests/AST/ASTImporterFixtures.h create mode 100644 unittests/AST/ASTImporterGenericRedeclTest.cpp create mode 100644 unittests/AST/ASTImporterVisibilityTest.cpp