Add protocol redefinition to the current scope/contextNot doing so causes the AST writter to assert since the decl in questionnever gets emitted. This is fine when modules is not used, but otherwi
Add protocol redefinition to the current scope/contextNot doing so causes the AST writter to assert since the decl in questionnever gets emitted. This is fine when modules is not used, but otherwisewe need to serialize something other than garbage.rdar://problem/39844933Differential Revision: https://reviews.llvm.org/D47297llvm-svn: 336031
show more ...