This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 67d5e1ae73 Revert rC349281 '[analyzer][MallocChecker][NFC] Document and [...] new b533efb62c [ASTImporter] Fix redecl chain of classes and class templates
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: docs/LibASTMatchersReference.html | 10 + include/clang/ASTMatchers/ASTMatchers.h | 11 + lib/AST/ASTImporter.cpp | 333 ++++++------- lib/AST/DeclBase.cpp | 4 +- lib/ASTMatchers/ASTMatchersInternal.cpp | 2 + lib/ASTMatchers/Dynamic/Registry.cpp | 1 + unittests/AST/ASTImporterTest.cpp | 728 ++++++++++++++++++++++++---- unittests/AST/StructuralEquivalenceTest.cpp | 71 +++ 8 files changed, 899 insertions(+), 261 deletions(-)