[PATCH] D112175: [NFC] Add llvm::StaticVector ADT

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 22 00:02:59 PDT 2021


mgorny added a comment.

I'd grep for `std::array<llvm::Optional<...>, ...>` — I suppose this would be a good replacement for at least some instances of that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112175



More information about the llvm-commits mailing list