[PATCH] D149698: [IntervalTree] Initialize find_iterator::Point

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 10:23:26 PDT 2023


vitalybuka accepted this revision.
vitalybuka added a comment.
This revision is now accepted and ready to land.

I don't see problem with the patch and prefer to initialized as much as possible.
However there is an opinion that keeping stuff uninitialized may help msan to catch holes in logic if code missed real initialization.
Seems @CarlosAlbertoEnciso is OK


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149698/new/

https://reviews.llvm.org/D149698



More information about the llvm-commits mailing list