[Modules][Objective-C] Use complete decl from module when diagnosing missing importSummary:Otherwise the definition (first found) for ObjCInterfaceDecl's mightprecede the module one, which will e
[Modules][Objective-C] Use complete decl from module when diagnosing missing importSummary:Otherwise the definition (first found) for ObjCInterfaceDecl's mightprecede the module one, which will eventually lead to crash, sincediagnoseMissingImport needs one coming from a module.This behavior changed after Richard's r342018, which started to lookinto the definition of ObjCInterfaceDecls.rdar://problem/49237144Reviewers: rsmith, arphamanSubscribers: jkorous, dexonsmith, ributzka, cfe-commitsTags: #clangDifferential Revision: https://reviews.llvm.org/D66982llvm-svn: 372039
show more ...