This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e03e9db1ed Add test for ObjC generics new e25870b80e Diagnose friend function template redefinitions.
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/DeclBase.h | 7 +-- lib/Sema/SemaDecl.cpp | 23 +++++++++ lib/Sema/SemaTemplateInstantiateDecl.cpp | 4 +- test/Modules/friend-definition.cpp | 2 + test/SemaCXX/friend-template-redecl.cpp | 13 ----- test/SemaCXX/friend2.cpp | 89 ++++++++++++++++++++++++++++++++ 6 files changed, 121 insertions(+), 17 deletions(-)