As a continuation of https://reviews.llvm.org/D136694.
This required some fixes to the InitMap handling, i.e. https://reviews.llvm.org/D136826.
Differential D136828
[clang][Interp] Diagnose uninitialized array record fields tbaeder on Oct 27 2022, 2:39 AM. Authored by
Details As a continuation of https://reviews.llvm.org/D136694. This required some fixes to the InitMap handling, i.e. https://reviews.llvm.org/D136826.
Diff Detail
Event Timeline
Comment Actions Aside from the request for a comment about SourceLocation SL, this LGTM (though we may want to improve the diagnostic behavior in the future).
|
Some comments describing what SL does would be helpful, since it's a bit special.