This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8b10d16729 [Alignment] Migrate Attribute::getWith(Stack)Alignment new 209a097de1 [AST] Remove unused Sema includes to fix a cyclic dependency [...] new 0e042f01ab Reapply: [Modules][PCH] Hash input files content
The 2 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 | 11 ++- include/clang/Driver/Options.td | 22 ++++++ include/clang/Lex/HeaderSearchOptions.h | 7 +- include/clang/Serialization/ASTBitCodes.h | 5 +- include/clang/Serialization/ASTReader.h | 10 ++- lib/AST/ExprCXX.cpp | 5 +- lib/Driver/ToolChains/Clang.cpp | 8 ++ lib/Frontend/CompilerInstance.cpp | 4 +- lib/Frontend/CompilerInvocation.cpp | 2 + lib/Serialization/ASTReader.cpp | 86 +++++++++++++++++++--- lib/Serialization/ASTWriter.cpp | 59 ++++++++++++--- test/Modules/validate-file-content.m | 33 +++++++++ test/PCH/validate-file-content.m | 29 ++++++++ 13 files changed, 248 insertions(+), 33 deletions(-) create mode 100644 test/Modules/validate-file-content.m create mode 100644 test/PCH/validate-file-content.m