[all-commits] [llvm/llvm-project] c224a8: ADT: Reduce code duplication in SmallVector::resiz...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Wed Jan 13 20:58:45 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c224a834583ccbb3f8e8047d409ef3bf356abc01
https://github.com/llvm/llvm-project/commit/c224a834583ccbb3f8e8047d409ef3bf356abc01
Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
Date: 2021-01-13 (Wed, 13 Jan 2021)
Changed paths:
M llvm/include/llvm/ADT/SmallVector.h
Log Message:
-----------
ADT: Reduce code duplication in SmallVector::resize by using pop_back_n, NFC
More information about the All-commits
mailing list