https://github.com/mmha approved this pull request.
LGTM. Can you add a couple more test cases?
```c++
struct WithBraceInit {
int i{};
WithBraceInit() = default;
WithBraceInit(int);
};
WithBraceInit:WithBraceInit(int) : WithBraceInit() {}
int main() {
// Destinations are zeroed
static DelegatingWithZeroing dwz;
static WithBraceInit wbi;
}
```
https://github.com/llvm/llvm-project/pull/156757
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits