This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b8c8480 [SemaObjC] Do not RebuildObjCMessageExpr without valid method decl new a78fa9e Module debug info: Don't assert when encountering an incomple [...] new e7c9a6c Fix regression introduced by r279164: only pass definitions a [...] new c298767 Add the second half of the testcase I should have added in 279485.
The 3 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/CodeGen/CGDebugInfo.cpp | 3 +- lib/Sema/SemaDecl.cpp | 5 +- lib/Sema/SemaTemplate.cpp | 33 +++++++--- lib/Sema/SemaTemplateInstantiateDecl.cpp | 74 +++++++++------------- lib/Sema/SemaType.cpp | 6 +- test/Modules/Inputs/DebugNestedA.h | 8 +++ test/Modules/Inputs/DebugNestedB.h | 7 ++ .../Inputs/merge-template-pattern-visibility/a.h | 1 + .../Inputs/merge-template-pattern-visibility/b.h | 2 + test/Modules/Inputs/module.map | 10 +++ test/Modules/ModuleModuleDebugInfo.cpp | 18 ++++++ test/Modules/merge-template-pattern-visibility.cpp | 4 +- 12 files changed, 109 insertions(+), 62 deletions(-) create mode 100644 test/Modules/Inputs/DebugNestedA.h create mode 100644 test/Modules/Inputs/DebugNestedB.h create mode 100644 test/Modules/ModuleModuleDebugInfo.cpp