Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:uninitialized

605 struct B { int n; int m; } constexpr b = { 0, b.n }; // expected-warning {{uninitialized}}