[PATCH] D104619: [clang] Respect PrintingPolicy::FullyQualifiedName when printing a template-id
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 5 22:53:58 PDT 2021
nridge added a comment.
In D104619#2846262 <https://reviews.llvm.org/D104619#2846262>, @dblaikie wrote:
> If there's already some duplication, perhaps a pre-patch to generalize that functionality, then using that functionality in this patch?
I posted the patch to generalize the AST printing test infrastructure at https://reviews.llvm.org/D105457.
This patch now depends on that one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104619/new/
https://reviews.llvm.org/D104619
More information about the cfe-commits
mailing list