This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from cf93188cfc [clang] add requirements to -Wa,-W test cases. new 0776661d41 In the new pass manager use PTO.LoopUnrolling to determine w [...] new c1c7380161 Add -fno-experimental-pass-manager to make clear which pass [...] new 779f672417 [Modules][PCH] Hash input files content
The 3 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/Misc/loop-opt-setup.c | 12 +++ test/Modules/validate-file-content.m | 33 +++++++++ test/PCH/validate-file-content.m | 29 ++++++++ 13 files changed, 259 insertions(+), 29 deletions(-) create mode 100644 test/Misc/loop-opt-setup.c create mode 100644 test/Modules/validate-file-content.m create mode 100644 test/PCH/validate-file-content.m