[PATCH] D141358: Remove unnecessary template specifiers from truct constructors in tests.
Ilya Biryukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 10 03:21:30 PST 2023
ilya-biryukov added a comment.
In D141358#4039265 <https://reviews.llvm.org/D141358#4039265>, @royjacobson wrote:
> It's dr2237, see https://github.com/llvm/llvm-project/issues/55164
Thanks for the pointers! Clang does not seem to diagnose or forbid this even in trunk. I suspect the DR is not yet implemented, but there are other changes to the parser that cause these errors? 'Down with typename' <https://wg21.link/P0634r3> maybe?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141358/new/
https://reviews.llvm.org/D141358
More information about the llvm-commits
mailing list