This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 92f75f57f4 [Analyzer] Add dummy implementation to call_once to avoid li [...] new 632796131d [ODRHash] Add base classes to hashing CXXRecordDecl.
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: .../clang/Basic/DiagnosticSerializationKinds.td | 21 ++++ include/clang/Serialization/ASTReader.h | 5 +- lib/AST/ODRHash.cpp | 8 ++ lib/Serialization/ASTReader.cpp | 124 ++++++++++++++++++++- lib/Serialization/ASTReaderDecl.cpp | 3 +- test/Modules/odr_hash.cpp | 120 ++++++++++++++++++++ 6 files changed, 277 insertions(+), 4 deletions(-)