This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9b792b1316 [modules] When reparenting a local declaration, don't mark t [...] new ed367df541 [Modules] Fix overly conservative assertion for import diagnostic
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: lib/Sema/SemaDecl.cpp | 3 ++- lib/Sema/SemaLookup.cpp | 2 -- test/Modules/Inputs/diagnose-missing-import/a.h | 8 ++++++++ .../Inputs/diagnose-missing-import/module.modulemap | 3 +++ test/Modules/diagnose-missing-import.m | 14 ++++++++++++++ 5 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 test/Modules/Inputs/diagnose-missing-import/a.h create mode 100644 test/Modules/Inputs/diagnose-missing-import/module.modulemap create mode 100644 test/Modules/diagnose-missing-import.m