This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a924ef3 Minor cleanups in clang-format.el. new 4fc3da44 Do not find friend function definitions inside non-instantiat [...]
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/Sema/Sema.h | 1 + lib/Sema/SemaDecl.cpp | 39 +++++++-- lib/Sema/SemaDeclCXX.cpp | 9 +- test/SemaCXX/PR25848.cpp | 16 ++++ test/SemaCXX/friend2.cpp | 172 +++++++++++++++++++++++++++++++++++++ test/SemaCXX/function-redecl-2.cpp | 19 ++++ 6 files changed, 249 insertions(+), 7 deletions(-) create mode 100644 test/SemaCXX/PR25848.cpp create mode 100644 test/SemaCXX/friend2.cpp create mode 100644 test/SemaCXX/function-redecl-2.cpp