This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 779f672417 [Modules][PCH] Hash input files content new b1f59aa74b Temporarily Revert [Modules][PCH] Hash input files content a [...]
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 | 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/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 -------- 12 files changed, 29 insertions(+), 247 deletions(-) delete mode 100644 test/Modules/validate-file-content.m delete mode 100644 test/PCH/validate-file-content.m