This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8f1ece0456 Add const children() accessors to match the existing non-con [...] new 94c1c6bb44 Modular Codegen: Add/use a bit in serialized function defini [...]
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/ASTContext.h | 2 +- include/clang/AST/ExternalASTSource.h | 2 +- include/clang/Basic/Module.h | 2 -- include/clang/Sema/MultiplexExternalSemaSource.h | 2 +- include/clang/Serialization/ASTReader.h | 4 +++- lib/AST/ASTContext.cpp | 7 ++---- lib/AST/ExternalASTSource.cpp | 2 +- lib/Basic/Module.cpp | 2 +- lib/Sema/MultiplexExternalSemaSource.cpp | 4 ++-- lib/Serialization/ASTReader.cpp | 20 ++++++----------- lib/Serialization/ASTReaderDecl.cpp | 2 ++ lib/Serialization/ASTWriter.cpp | 4 +--- lib/Serialization/ASTWriterDecl.cpp | 14 +++++++----- test/Modules/Inputs/codegen-nodep/foo.h | 5 +++++ .../{codegen-opt => codegen-nodep}/foo.modulemap | 0 test/Modules/Inputs/codegen/foo.h | 26 ++++++++++++++++++++++ test/Modules/Inputs/codegen/use.cpp | 8 +++++++ test/Modules/codegen-nodep.test | 13 +++++++++++ test/Modules/codegen.test | 25 +++++++++++++++++---- 19 files changed, 103 insertions(+), 41 deletions(-) create mode 100644 test/Modules/Inputs/codegen-nodep/foo.h copy test/Modules/Inputs/{codegen-opt => codegen-nodep}/foo.modulemap (100%) create mode 100644 test/Modules/Inputs/codegen/use.cpp create mode 100644 test/Modules/codegen-nodep.test