This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 646ead8 Remove dead code. new d3062fa Module: Do not create Implicit ImportDecl for module X if we [...]
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/Sema/Sema.h | 3 ++- lib/Sema/SemaDecl.cpp | 13 +++++++++---- .../C.m => module-impl-with-link/foo.h} | 0 test/Modules/Inputs/module-impl-with-link/module.modulemap | 4 ++++ test/Modules/module-impl-with-link.c | 7 +++++++ 5 files changed, 22 insertions(+), 5 deletions(-) copy test/Modules/Inputs/{pch-with-module-name/C.m => module-impl-with-link/foo.h} (100%) create mode 100644 test/Modules/Inputs/module-impl-with-link/module.modulemap create mode 100644 test/Modules/module-impl-with-link.c