[PATCH] D61408: Use primary template parameter names for variable template debug info
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 2 08:47:47 PDT 2019
dblaikie added a comment.
In D61408#1487030 <https://reviews.llvm.org/D61408#1487030>, @dblaikie wrote:
> Seems totally reasonable to me & it's what we do for other templates (function and class), it seems.
>
> Might want to check alias templates too?
Ah, nevermind - alias templates can't be partially specialized. No worries then :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61408/new/
https://reviews.llvm.org/D61408
More information about the cfe-commits
mailing list