[Modules][ObjC] ASTReader should add protocols for class extensionsDuring deserialization clang is currently missing the merging ofprotocols into the canonical interface for the class extension.
[Modules][ObjC] ASTReader should add protocols for class extensionsDuring deserialization clang is currently missing the merging ofprotocols into the canonical interface for the class extension.This merging only currently happens during parsing and should alsobe considered during deserialization.rdar://problem/38724303llvm-svn: 331063
show more ...