[PATCH] D149389: [clang] Fix default initializers being ignored when initializing templated aggregate types
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 27 19:39:14 PDT 2023
shafik added a comment.
So the change makes sense but the original issue: https://github.com/llvm/llvm-project/issues/62266 it worked for the first once but not the second, it also worked for the non-paren aggregate init. So I feel like the explanation is missing some details.
It seems like the codegen test should be mimicing the test from the bug report more closely w/ two paren inits.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149389/new/
https://reviews.llvm.org/D149389
More information about the cfe-commits
mailing list