NoQ added a comment.

I think notes are fairly straightforward: if we're tracking one smart pointer 
below the swap, we should stop tracking it and start tracking the other smart 
pointer above the swap. If both were tracked, keep tracking both (but in 
swapped manners, assuming we're tracking them in different manners). It doesn't 
matter whether any of them is null, it only matters which ones were tracked. 
Though I guess we could mention if any of them are null or do other cosmetic 
improvements depending on how they participated in the bug. Trackedness is 
equivalent to interestingness because we're dealing with regions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104300

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to