This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 41cbdd8656 [ODRHash] Handle some template weirdness. new dbeaacc7e5 [ODRHash] Fix hashing for friend 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: lib/AST/Decl.cpp | 6 ++ lib/AST/ODRHash.cpp | 3 - .../Inputs/odr_hash-Friend/{Box.h => Bad.h} | 7 +- .../Inputs/odr_hash-Friend/{Box.h => Good.h} | 3 + .../Inputs/odr_hash-Friend/module.modulemap | 8 +++ test/Modules/odr_hash-Friend.cpp | 76 ++++++++++++++++++++-- 6 files changed, 94 insertions(+), 9 deletions(-) copy test/Modules/Inputs/odr_hash-Friend/{Box.h => Bad.h} (53%) copy test/Modules/Inputs/odr_hash-Friend/{Box.h => Good.h} (83%)