Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add protocol redefinition to the current scope/context | Bruno Cardoso Lopes | 2018-06-30 | 2 | -0/+7 |
Not doing so causes the AST writter to assert since the decl in question never gets emitted. This is fine when modules is not used, but otherwise we need to serialize something other than garbage. rdar://problem/39844933 Differential Revision: https://reviews.llvm.org/D47297 llvm-svn: 336031 |