[modules] Fix merging of default template arguments onto friend templates.
Previously we'd complain about redefinition of default arguments when we instantiated a class with a friend template that inherits its default argument, because we propagate the default template arguemnt onto the friend when we reload the AST. llvm-svn: 239857
Loading
Please register or sign in to comment