This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bf4ebf6924 [AST] Add structural eq tests for template args new 8a8b20efde Rename getTypeQualifiers to getMethodQualifiers.
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/CanonicalType.h | 2 +- include/clang/AST/DeclCXX.h | 4 ++-- include/clang/AST/Type.h | 4 ++-- lib/AST/ASTContext.cpp | 2 +- lib/AST/ASTStructuralEquivalence.cpp | 2 +- lib/AST/DeclCXX.cpp | 2 +- lib/AST/ItaniumMangle.cpp | 4 ++-- lib/AST/MicrosoftMangle.cpp | 4 ++-- lib/AST/TypePrinter.cpp | 4 ++-- lib/AST/VTableBuilder.cpp | 2 +- lib/CodeGen/CGCall.cpp | 2 +- lib/Index/USRGeneration.cpp | 2 +- lib/Parse/ParseCXXInlineMethods.cpp | 2 +- lib/Sema/SemaCodeComplete.cpp | 10 +++++----- lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaDeclCXX.cpp | 8 ++++---- lib/Sema/SemaOverload.cpp | 18 +++++++++--------- lib/Sema/SemaTemplateDeduction.cpp | 8 ++++---- lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 +- lib/Sema/SemaType.cpp | 6 +++--- lib/Serialization/ASTWriter.cpp | 4 ++-- tools/libclang/CIndex.cpp | 2 +- 22 files changed, 48 insertions(+), 48 deletions(-)