This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 783c3526ad Test Commit. new d27ee8f21e Dependent Address Space Support
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/ASTContext.h | 13 +++ include/clang/AST/RecursiveASTVisitor.h | 10 +++ include/clang/AST/Type.h | 47 ++++++++++ include/clang/AST/TypeLoc.h | 70 +++++++++++++++ include/clang/AST/TypeNodes.def | 1 + include/clang/Sema/Sema.h | 2 + include/clang/Serialization/ASTBitCodes.h | 4 +- lib/AST/ASTContext.cpp | 57 +++++++++++++ lib/AST/ASTStructuralEquivalence.cpp | 15 ++++ lib/AST/ItaniumMangle.cpp | 44 ++++++++-- lib/AST/MicrosoftMangle.cpp | 9 ++ lib/AST/Type.cpp | 21 +++++ lib/AST/TypePrinter.cpp | 14 +++ lib/Sema/SemaDecl.cpp | 4 +- lib/Sema/SemaTemplate.cpp | 5 ++ lib/Sema/SemaTemplateDeduction.cpp | 65 ++++++++++++++ lib/Sema/SemaType.cpp | 137 +++++++++++++++++++++++------- lib/Sema/TreeTransform.h | 76 +++++++++++++++-- lib/Serialization/ASTReader.cpp | 23 +++++ lib/Serialization/ASTWriter.cpp | 18 ++++ tools/libclang/CIndex.cpp | 1 + 21 files changed, 591 insertions(+), 45 deletions(-)