[all-commits] [llvm/llvm-project] 9b85d7: MC: Use SmallVector::clear() instead of set_size(0)
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Thu Jan 13 10:35:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b85d7e166ac51a1cea66129edbfbc83fc5332b3
https://github.com/llvm/llvm-project/commit/9b85d7e166ac51a1cea66129edbfbc83fc5332b3
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2022-01-13 (Thu, 13 Jan 2022)
Changed paths:
M llvm/lib/MC/MachObjectWriter.cpp
Log Message:
-----------
MC: Use SmallVector::clear() instead of set_size(0)
More information about the All-commits
mailing list