This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ec5dd34 [Linker] Provide callback for internalization new 3e140f9 Widen bitfield for type specifiers for OpenCL types new d15b1db Modules: Use hash of PCM content for SIGNATURE
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: include/clang/AST/ExternalASTSource.h | 6 +- include/clang/Basic/Module.h | 14 +- include/clang/Basic/Specifiers.h | 5 +- include/clang/Driver/CC1Options.td | 2 + include/clang/Frontend/PCHContainerOperations.h | 3 +- include/clang/Lex/HeaderSearchOptions.h | 6 +- include/clang/Serialization/ASTBitCodes.h | 29 +++- include/clang/Serialization/ASTReader.h | 19 ++- include/clang/Serialization/ASTWriter.h | 29 +++- include/clang/Serialization/Module.h | 7 +- lib/Basic/Module.cpp | 2 +- lib/CodeGen/CGDebugInfo.cpp | 6 +- lib/CodeGen/ObjectFilePCHContainerOperations.cpp | 9 +- lib/Frontend/ASTUnit.cpp | 4 +- lib/Frontend/CompilerInstance.cpp | 4 +- lib/Frontend/CompilerInvocation.cpp | 1 + lib/Serialization/ASTReader.cpp | 199 ++++++++++++++++++----- lib/Serialization/ASTWriter.cpp | 150 ++++++++++------- lib/Serialization/GeneratePCH.cpp | 2 +- lib/Serialization/GlobalModuleIndex.cpp | 76 +++++++-- test/Modules/diagnostic-options-out-of-date.m | 10 ++ test/Modules/module_file_info.m | 10 +- test/Modules/rebuild.m | 8 +- 23 files changed, 439 insertions(+), 162 deletions(-)