This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a465f7c8c4 [OPENMP] ThreadId in serialized parallel regions is 0. new c78e9948f0 [ODRHash] Support hashing enums.
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 | 8 + include/clang/AST/ODRHash.h | 6 +- .../clang/Basic/DiagnosticSerializationKinds.td | 27 +++ include/clang/Serialization/ASTReader.h | 4 + lib/AST/Decl.cpp | 11 ++ lib/AST/ODRHash.cpp | 36 +++- lib/Serialization/ASTReader.cpp | 204 ++++++++++++++++++++- lib/Serialization/ASTReaderDecl.cpp | 5 + lib/Serialization/ASTWriterDecl.cpp | 3 + test/Modules/odr_hash.cpp | 171 +++++++++++++++++ 10 files changed, 471 insertions(+), 4 deletions(-)