[PATCH] D103039: [AST] fully-qualify template args of outer types in getFullyQualifiedType

2021-05-24 Thread Victor Kuznetsov via Phabricator via cfe-commits
victordk created this revision. victordk added reviewers: ilya-biryukov, saugustine. victordk requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Template args of outer types were not fully-qualified when calling getFullyQualifiedType() for in

[PATCH] D103039: [AST] fully-qualify template args of outer types in getFullyQualifiedType

2021-06-03 Thread Victor Kuznetsov via Phabricator via cfe-commits
victordk added a comment. In D103039#2793776 , @saugustine wrote: > This is a long-standing bug that needed to be fixed. Thank you! Could you commit the patch? I don't think I have commit access. Repository: rG LLVM Github Monorepo CHANGES SINCE LA