[PATCH] D77601: Make SmallVector assert if it cannot grow.
Duncan P. N. Exon Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 21 18:25:09 PDT 2020
dexonsmith added a comment.
In D77601#1974745 <https://reviews.llvm.org/D77601#1974745>, @browneee wrote:
> Incorporated into https://reviews.llvm.org/D77621 (because this is not submitted yet, and that change now moves this code).
Based on this comment I thought you'd abandoned this patch...
In D77601#1995667 <https://reviews.llvm.org/D77601#1995667>, @browneee wrote:
> Rebase to head.
But since you're updating here, I should note that the patch as it looks here is still working with `UINT32_MAX` instead of `max_size()`. It should be updated in light of https://reviews.llvm.org/D77621.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77601/new/
https://reviews.llvm.org/D77601
More information about the llvm-commits
mailing list