This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 26ab9d0e74 Don't link NetBSD programs with -ldl in linkXRayRuntimeDeps new b517f5fe7e [ODRHash] Support ODR violation detection in 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: include/clang/AST/Decl.h | 14 +- include/clang/AST/ODRHash.h | 4 + .../clang/Basic/DiagnosticSerializationKinds.td | 23 ++ include/clang/Serialization/ASTReader.h | 4 + lib/AST/Decl.cpp | 20 ++ lib/AST/ODRHash.cpp | 30 +++ lib/Serialization/ASTReader.cpp | 244 ++++++++++++++++++--- lib/Serialization/ASTReaderDecl.cpp | 3 + lib/Serialization/ASTWriterDecl.cpp | 3 + test/Modules/odr_hash.cpp | 160 +++++++++++++- 10 files changed, 456 insertions(+), 49 deletions(-)