[PATCH] D92788: [clangd] NFC: Use SmallVector<T> where possible

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 7 14:46:06 PST 2020


njames93 added a comment.

Not sure I'm a huge fan of this, Some of these cases the size is specified because that's the upper limit we typically expect the SmallVector to use.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92788



More information about the cfe-commits mailing list