[PATCH] D61408: Use primary template parameter names for variable template debug info
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 2 10:29:35 PDT 2019
rnk added a comment.
In D61408#1487978 <https://reviews.llvm.org/D61408#1487978>, @dblaikie wrote:
> Ah, nevermind - alias templates can't be partially specialized. No worries then :)
That, and I think alias templates can only be created for types? So I don't think we can get to this codepath with an alias from `using X = Y`.
Thanks for the review, landing soon with minorly improved comments.
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