[PATCH] D91837: ADT: Fix reference invalidation in SmallVector APIs that pass in a value

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 14:40:02 PST 2020


dexonsmith abandoned this revision.
dexonsmith added a comment.

Thanks again for the reviews here. For landing this (and a bit more review from @dblaikie) I've split this up into:

- https://reviews.llvm.org/D93777
- https://reviews.llvm.org/D93779
- https://reviews.llvm.org/D93780
- https://reviews.llvm.org/D93781

"Abandoning" this one, but that patch series gets to essentially the same end result (modulo incorporating some feedback from here).


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

https://reviews.llvm.org/D91837



More information about the llvm-commits mailing list