[PATCH] D146867: [Diagnostic] printing name of uninitialized subobject instead of its type
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 27 08:57:08 PDT 2023
aaron.ballman added a comment.
In D146867#4224567 <https://reviews.llvm.org/D146867#4224567>, @simideveloper wrote:
> but I think this patch https://reviews.llvm.org/D146358 has not been accepted yet so you should give me a chance.
What we want to avoid is having reviewers review multiple patches trying to solve the same problem. At the end of the day, we are less concerned about *who* makes changes and are more concerned that the changes are properly reviewed, are correct, etc. So you should work with the other patch author to figure out who is doing what work or whether they need help collaborating on their patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146867/new/
https://reviews.llvm.org/D146867
More information about the cfe-commits
mailing list