[PATCH] D115380: ADT: Make SmallVector::set_size() private

Duncan P. N. Exon Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 10:40:18 PST 2022


dexonsmith added a comment.

In D115380#3236175 <https://reviews.llvm.org/D115380#3236175>, @dexonsmith wrote:

> Updated patch uses `using SuperClass::set_size` per @dblaikie's suggestion.
>
> (No need for fresh eyes; just posting to get bots to run again in case there's some other user I missed (just found https://reviews.llvm.org/D117073 in MLIR with a last-minute grep).)

Bots seem happy enough (Windows has one test failure, but that seems spurious since this patch only changes visibility). I expect to push imminently... just building locally again. Already uncovered one new use from https://reviews.llvm.org/D112160, which landed yesterday (fix was trivial; pushed as 9b85d7e166ac51a1cea66129edbfbc83fc5332b3 <https://reviews.llvm.org/rG9b85d7e166ac51a1cea66129edbfbc83fc5332b3>).


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

https://reviews.llvm.org/D115380



More information about the llvm-commits mailing list