This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a758e727e6 Update crash diagnostics test to avoid attempting to write i [...] new 2e63a7ebe4 [ODRHash] Merge the two function hashes into one.
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 | 4 + include/clang/AST/ODRHash.h | 5 +- .../clang/Basic/DiagnosticSerializationKinds.td | 12 ++ lib/AST/Decl.cpp | 13 +- lib/AST/ODRHash.cpp | 93 +++++---- lib/Serialization/ASTReader.cpp | 69 ++++++- test/Modules/odr_hash.cpp | 222 +++++++++++++++++++++ 7 files changed, 368 insertions(+), 50 deletions(-)