[all-commits] [llvm/llvm-project] 6ed308: ADT: Reduce code duplication in SmallVector by cal...
Duncan P. N. Exon Smith via All-commits
all-commits at lists.llvm.org
Wed Jan 13 21:15:34 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6ed3083a96541a7483cb02bb3b2f52b1d0a37c84
https://github.com/llvm/llvm-project/commit/6ed3083a96541a7483cb02bb3b2f52b1d0a37c84
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 by calling reserve and clear, NFC
More information about the All-commits
mailing list