This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7f055b7e1a [clang-cl] Don't emit dllexport inline functions etc. from p [...] new 029be8c2f3 [ASTImporter] Import the whole redecl chain of functions
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/ASTImporter.h | 9 + lib/AST/ASTImporter.cpp | 165 +++++++-- lib/AST/DeclBase.cpp | 2 + test/ASTMerge/class/test.cpp | 8 +- unittests/AST/ASTImporterTest.cpp | 714 ++++++++++++++++++++++++++++++++++---- 5 files changed, 787 insertions(+), 111 deletions(-)