summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/protocol-redefinition/Base.framework
Commit message (Collapse)AuthorAgeFilesLines
* Add protocol redefinition to the current scope/contextBruno Cardoso Lopes2018-06-302-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
OpenPOWER on IntegriCloud