This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4fda345 [AVX-512] Replace 512-bit masked packss/packus builtins and r [...] new e24957b Revert r295284: Add better ODR checking for modules.
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/DeclCXX.h | 6 - include/clang/AST/ODRHash.h | 82 -- include/clang/AST/Stmt.h | 3 - .../clang/Basic/DiagnosticSerializationKinds.td | 64 -- lib/AST/CMakeLists.txt | 1 - lib/AST/DeclCXX.cpp | 15 +- lib/AST/ODRHash.cpp | 940 ---------------- lib/AST/StmtProfile.cpp | 229 ++-- lib/Sema/SemaDecl.cpp | 5 +- lib/Serialization/ASTReader.cpp | 640 +---------- lib/Serialization/ASTReaderDecl.cpp | 2 - lib/Serialization/ASTWriter.cpp | 1 - test/Modules/merge-using-decls.cpp | 4 - test/Modules/odr_hash.cpp | 1156 -------------------- 14 files changed, 97 insertions(+), 3051 deletions(-) delete mode 100644 include/clang/AST/ODRHash.h delete mode 100644 lib/AST/ODRHash.cpp delete mode 100644 test/Modules/odr_hash.cpp