This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fd6174d4ae [ExternalASTMerger] Removed a move constructor to address MS [...] new a312d25909 Modular Codegen: Support homing debug info for types in modu [...]
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/ExternalASTSource.h | 2 +- include/clang/Sema/MultiplexExternalSemaSource.h | 2 +- include/clang/Serialization/ASTReader.h | 4 ++-- lib/AST/ExternalASTSource.cpp | 2 +- lib/CodeGen/CGDebugInfo.cpp | 14 ++++++++++++-- lib/CodeGen/CGDebugInfo.h | 1 + lib/CodeGen/CodeGenModule.cpp | 5 +++++ lib/Sema/MultiplexExternalSemaSource.cpp | 4 ++-- lib/Serialization/ASTReader.cpp | 3 +-- lib/Serialization/ASTReaderDecl.cpp | 19 +++++++++++++++---- lib/Serialization/ASTWriter.cpp | 6 ++++++ test/Modules/Inputs/codegen-nodep/foo.h | 10 ++++++++-- test/Modules/codegen-nodep.test | 6 +++--- test/Modules/codegen.test | 12 ++++++++++-- 14 files changed, 68 insertions(+), 22 deletions(-)