diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2021-12-07 17:22:36 -0800 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2022-01-11 17:47:23 -0800 |
commit | 3110060bc721a02e69ead4c56e037a03d31bedef (patch) | |
tree | ac40142d98c788d08021a194f9b78758825282a3 /llvm/lib/Support/MemoryBuffer.cpp | |
parent | e976c457c5a376e688cbbdd5779bd439618dae38 (diff) | |
download | llvm-3110060bc721a02e69ead4c56e037a03d31bedef.zip llvm-3110060bc721a02e69ead4c56e037a03d31bedef.tar.gz llvm-3110060bc721a02e69ead4c56e037a03d31bedef.tar.bz2 |
AST: Avoid using SmallVector::set_size() in UnresolvedSet
Update UnresolvedSet to use (and expose) `SmallVector::truncate()` instead
of `SmallVector::set_size()`. The latter is going to made private in a
future commit to avoid misuse.
Differential Revision: https://reviews.llvm.org/D115386
Diffstat (limited to 'llvm/lib/Support/MemoryBuffer.cpp')
0 files changed, 0 insertions, 0 deletions